Method | Description | |
---|---|---|
Send ( |
||
Start ( ) : void |
Start transport.
|
|
UdpTransport ( |
Initializes a new instance of the UdpTransport class.
|
Method | Description | |
---|---|---|
CreateSocket ( ) : Socket |
Create a new UDP socket.
|
Method | Description | |
---|---|---|
OnRead ( IAsyncResult ar ) : void |
Received a message from remote end point.
|
|
OnSendComplete ( IAsyncResult ar ) : void |
public Send ( |
||
endPoint | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public UdpTransport ( |
||
listeningPoint | End point to accept new connections on. | |
parsers | The parsers. | |
return | System |