메소드 | 설명 | |
---|---|---|
Accept ( Action |
||
Authenticate ( X509Certificate2 certificate, SslProtocols enabledSslProtocols, System.Action callback, Action |
||
Bind ( |
||
Close ( ) : void | ||
Dispose ( ) : void | ||
EndSend ( IAsyncResult asyncResult ) : int | ||
Listen ( int backlog ) : void | ||
Receive ( byte buffer, Action |
||
Send ( byte buffer, System.Action callback, Action |
||
SocketWrapper ( Socket socket ) : System |
public Accept ( Action |
||
callback | Action |
|
error | Action |
|
리턴 | Task |
public Authenticate ( X509Certificate2 certificate, SslProtocols enabledSslProtocols, System.Action callback, Action |
||
certificate | X509Certificate2 | |
enabledSslProtocols | SslProtocols | |
callback | System.Action | |
error | Action |
|
리턴 | Task |
public Receive ( byte buffer, Action |
||
buffer | byte | |
callback | Action |
|
error | Action |
|
offset | int | |
리턴 | Task |
public Send ( byte buffer, System.Action callback, Action |
||
buffer | byte | |
callback | System.Action | |
error | Action |
|
리턴 | Task |