메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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, |