Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Send ( Byte data, System ep ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
UDPChannel ( ) : System |
Initializes a UDP channel with a random port.
|
|
UDPChannel ( |
Initializes a UDP channel with the given port, both on IPv4 and IPv6.
|
|
UDPChannel ( System localEP ) : System |
Initializes a UDP channel with the specific endpoint.
|
Method | Description | |
---|---|---|
BeginReceive ( ) : void | ||
BeginSend ( ) : void | ||
EndReceive ( UDPSocket socket, Byte buffer, |
||
EndReceive ( UDPSocket socket, |
||
EndSend ( UDPSocket socket, |
||
EndSend ( UDPSocket socket, |
||
FireDataReceived ( Byte data, System ep ) : void | ||
SetupUDPSocket ( AddressFamily addressFamily, |
public UDPChannel ( |
||
port | ||
return | System |
public UDPChannel ( System localEP ) : System | ||
localEP | System | |
return | System |