Méthode | Description | |
---|---|---|
BeginReceive ( this udpclient, AsyncCallback requestCallback ) : IAsyncResult |
Extends BeginReceive so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this udpclient, Byte datagram, |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this udpclient, Byte datagram, |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
|
BeginSend ( this udpclient, Byte datagram, |
Extends BeginSend so that when a state object is not needed, null does not need to be passed.
|
public static BeginReceive ( this udpclient, AsyncCallback requestCallback ) : IAsyncResult | ||
udpclient | this | |
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginSend ( this udpclient, Byte datagram, |
||
udpclient | this | |
datagram | Byte | |
bytes | ||
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginSend ( this udpclient, Byte datagram, |
||
udpclient | this | |
datagram | Byte | |
bytes | ||
hostname | String | |
port | ||
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginSend ( this udpclient, Byte datagram, |
||
udpclient | this | |
datagram | Byte | |
bytes | ||
endPoint | System | |
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |