Method | Description | |
---|---|---|
BeginAuthenticateAsClient ( this sslstream, String targetHost, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginAuthenticateAsClient so that when a state object is not needed, null does not need to be passed.
|
|
BeginAuthenticateAsClient ( this sslstream, String targetHost, System clientCertificates, System enabledSslProtocols, System.Boolean checkCertificateRevocation, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginAuthenticateAsClient so that when a state object is not needed, null does not need to be passed.
|
|
BeginAuthenticateAsServer ( this sslstream, System serverCertificate, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginAuthenticateAsServer so that when a state object is not needed, null does not need to be passed.
|
|
BeginAuthenticateAsServer ( this sslstream, System serverCertificate, System.Boolean clientCertificateRequired, System enabledSslProtocols, System.Boolean checkCertificateRevocation, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginAuthenticateAsServer so that when a state object is not needed, null does not need to be passed.
|
|
BeginRead ( this sslstream, Byte buffer, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginRead so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginRead ( this sslstream, Byte buffer, |
Extends BeginRead so that when a state object is not needed, null does not need to be passed.
|
|
BeginWrite ( this sslstream, Byte buffer, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginWrite so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginWrite ( this sslstream, Byte buffer, |
Extends BeginWrite so that when a state object is not needed, null does not need to be passed.
|
public static BeginAuthenticateAsClient ( this sslstream, String targetHost, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
targetHost | String | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginAuthenticateAsClient ( this sslstream, String targetHost, System clientCertificates, System enabledSslProtocols, System.Boolean checkCertificateRevocation, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
targetHost | String | |
clientCertificates | System | |
enabledSslProtocols | System | |
checkCertificateRevocation | System.Boolean | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginAuthenticateAsServer ( this sslstream, System serverCertificate, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
serverCertificate | System | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginAuthenticateAsServer ( this sslstream, System serverCertificate, System.Boolean clientCertificateRequired, System enabledSslProtocols, System.Boolean checkCertificateRevocation, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
serverCertificate | System | |
clientCertificateRequired | System.Boolean | |
enabledSslProtocols | System | |
checkCertificateRevocation | System.Boolean | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginRead ( this sslstream, Byte buffer, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
buffer | Byte | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginRead ( this sslstream, Byte buffer, |
||
sslstream | this | |
buffer | Byte | |
offset | ||
count | ||
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginWrite ( this sslstream, Byte buffer, AsyncCallback asyncCallback ) : IAsyncResult | ||
sslstream | this | |
buffer | Byte | |
asyncCallback | AsyncCallback | |
return | IAsyncResult |
public static BeginWrite ( this sslstream, Byte buffer, |
||
sslstream | this | |
buffer | Byte | |
offset | ||
count | ||
asyncCallback | AsyncCallback | |
return | IAsyncResult |