Method | Description | |
---|---|---|
SendToCallback ( IAsyncResult ar ) : void | ||
UdpSender ( string host, int port ) : System | ||
beginSendTo ( byte datagram, int bytes ) : void |
public static SendToCallback ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public UdpSender ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public beginSendTo ( byte datagram, int bytes ) : void | ||
datagram | byte | |
bytes | int | |
return | void |