Method | Description | |
---|---|---|
AuthenticateAsClient ( ) : void | ||
BeginAuthenticateAsClient ( AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
Close ( ) : void | ||
EndAuthenticateAsClient ( IAsyncResult asyncResult ) : void | ||
EndRead ( IAsyncResult asyncResult ) : int | ||
EndWrite ( IAsyncResult result ) : void | ||
Read ( byte buffer, int offset, int size ) : int | ||
TlsStream ( NetworkStream stream, Socket socket ) : System.Net.Security | ||
TlsStream ( NetworkStream stream, Socket socket, string host, |
||
Write ( byte buffer, int offset, int size ) : void |
public BeginAuthenticateAsClient ( AsyncCallback asyncCallback, object state ) : IAsyncResult | ||
asyncCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginRead ( byte buffer, int offset, int count, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public BeginWrite ( byte buffer, int offset, int size, AsyncCallback callback, object state ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
size | int | |
callback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public EndAuthenticateAsClient ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public EndRead ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public EndWrite ( IAsyncResult result ) : void | ||
result | IAsyncResult | |
return | void |
public Read ( byte buffer, int offset, int size ) : int | ||
buffer | byte | |
offset | int | |
size | int | |
return | int |
public TlsStream ( NetworkStream stream, Socket socket ) : System.Net.Security | ||
stream | NetworkStream | |
socket | Socket | |
return | System.Net.Security |
public TlsStream ( NetworkStream stream, Socket socket, string host, |
||
stream | NetworkStream | |
socket | Socket | |
host | string | |
clientCertificates | ||
return | System.Net.Security |
public Write ( byte buffer, int offset, int size ) : void | ||
buffer | byte | |
offset | int | |
size | int | |
return | void |