C# Class Snarf.Udp.UdpHandler

Inheritance: IDisposable
Exibir arquivo Open project: shellscape/Snarf

Protected Properties

Property Type Description
_listener UdpListener
_uniqueId System.Guid

Public Methods

Method Description
UdpHandler ( ) : System
UdpHandler ( int port ) : System

Method Details

UdpHandler() public method

public UdpHandler ( ) : System
return System

UdpHandler() public method

public UdpHandler ( int port ) : System
port int
return System

Property Details

_listener protected_oe property

protected UdpListener,Snarf.Udp _listener
return UdpListener

_uniqueId protected_oe property

protected Guid,System _uniqueId
return System.Guid