Méthode | Description | |
---|---|---|
BeginAuthenticateAsClient ( this sslStream, string targetHost, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginAuthenticateAsClient ( this sslStream, string targetHost, |
||
BeginAuthenticateAsServer ( this sslStream, |
||
BeginAuthenticateAsServer ( this sslStream, |
||
BeginRead ( this stream, byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginWrite ( this stream, byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
EndAuthenticateAsClient ( this sslStream, IAsyncResult asyncResult ) : void | ||
EndAuthenticateAsServer ( this sslStream, IAsyncResult asyncResult ) : void | ||
EndRead ( this stream, IAsyncResult asyncResult ) : int | ||
EndWrite ( this stream, IAsyncResult asyncResult ) : void |
public static BeginAuthenticateAsClient ( this sslStream, string targetHost, AsyncCallback callback, object state ) : IAsyncResult | ||
sslStream | this | |
targetHost | string | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginAuthenticateAsClient ( this sslStream, string targetHost, |
||
sslStream | this | |
targetHost | string | |
clientCerts | ||
enabledProtocols | SslProtocols | |
checkRevocation | bool | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginAuthenticateAsServer ( this sslStream, |
||
sslStream | this | |
serverCertificate | ||
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginAuthenticateAsServer ( this sslStream, |
||
sslStream | this | |
serverCert | ||
clientCertRequired | bool | |
enabledProtocols | SslProtocols | |
checkRevocation | bool | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginRead ( this stream, byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static BeginWrite ( this stream, byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
stream | this | |
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
Résultat | IAsyncResult |
public static EndAuthenticateAsClient ( this sslStream, IAsyncResult asyncResult ) : void | ||
sslStream | this | |
asyncResult | IAsyncResult | |
Résultat | void |
public static EndAuthenticateAsServer ( this sslStream, IAsyncResult asyncResult ) : void | ||
sslStream | this | |
asyncResult | IAsyncResult | |
Résultat | void |
public static EndRead ( this stream, IAsyncResult asyncResult ) : int | ||
stream | this | |
asyncResult | IAsyncResult | |
Résultat | int |
public static EndWrite ( this stream, IAsyncResult asyncResult ) : void | ||
stream | this | |
asyncResult | IAsyncResult | |
Résultat | void |