Méthode | Description | |
---|---|---|
BeginAcceptSocket ( this tcplistener, AsyncCallback callback ) : IAsyncResult |
Extends BeginAcceptSocket so that when a state object is not needed, null does not need to be passed.
|
|
BeginAcceptTcpClient ( this tcplistener, AsyncCallback callback ) : IAsyncResult |
Extends BeginAcceptTcpClient so that when a state object is not needed, null does not need to be passed.
|
public static BeginAcceptSocket ( this tcplistener, AsyncCallback callback ) : IAsyncResult | ||
tcplistener | this | |
callback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginAcceptTcpClient ( this tcplistener, AsyncCallback callback ) : IAsyncResult | ||
tcplistener | this | |
callback | AsyncCallback | |
Résultat | IAsyncResult |