Méthode | Description | |
---|---|---|
BeginConnect ( this tcpClient, |
||
BeginConnect ( this tcpClient, |
||
BeginConnect ( this tcpclient, String host, |
Extends BeginConnect so that when a state object is not needed, null does not need to be passed.
|
|
BeginConnect ( this tcpclient, System address, |
Extends BeginConnect so that when a state object is not needed, null does not need to be passed.
|
|
ConnectAsync ( this tcpClient, |
Connect asyncronously to
|
public static BeginConnect ( this tcpClient, |
||
tcpClient | this | |
endPoint | ||
asyncCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginConnect ( this tcpClient, |
||
tcpClient | this | |
endPoint | ||
asyncCallback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginConnect ( this tcpclient, String host, |
||
tcpclient | this | |
host | String | |
port | ||
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginConnect ( this tcpclient, System address, |
||
tcpclient | this | |
address | System | |
port | ||
requestCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static ConnectAsync ( this tcpClient, |
||
tcpClient | this | |
endPoint | ||
Résultat | System.Threading.Tasks.Task |