Property | Type | Description | |
---|---|---|---|
CloseSocket | void | ||
CreateSocket | ISocket | ||
DoSend | void | ||
SocketOperationCompleted | void |
Method | Description | |
---|---|---|
CheckSocket ( ) : void | ||
UdpNetworkSender ( string url, AddressFamily addressFamily ) : System |
Initializes a new instance of the UdpNetworkSender class.
|
Method | Description | |
---|---|---|
DoClose ( AsyncContinuation continuation ) : void |
Closes the socket.
|
|
DoInitialize ( ) : void |
Performs sender-specific initialization.
|
Method | Description | |
---|---|---|
CloseSocket ( AsyncContinuation continuation ) : void | ||
CreateSocket ( AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType ) : ISocket | ||
DoSend ( byte bytes, int offset, int length, AsyncContinuation asyncContinuation ) : void | ||
SocketOperationCompleted ( object sender, SocketAsyncEventArgs e ) : void |
protected DoClose ( AsyncContinuation continuation ) : void | ||
continuation | AsyncContinuation | The continuation. |
return | void |
public UdpNetworkSender ( string url, AddressFamily addressFamily ) : System | ||
url | string | URL. Must start with udp://. |
addressFamily | AddressFamily | The address family. |
return | System |