12 public TlsStream(global::System.Net.Sockets.NetworkStream stream, global::System.Net.Sockets.Socket socket,
string host, global::System.Security.Cryptography.X509Certificates.X509CertificateCollection
clientCertificates)
26 global::System.Net.Security.SslStream sslStream = this.
_sslStream;
27 string host = this.
_host;
70 global::System.Net.Security.SslStream sslStream = this.
_sslStream;
100 global::System.Net.Security.SslStream sslStream = this.
_sslStream;
106 global::System.Net.Security.SslStream sslStream = this.
_sslStream;
110 public override int Read(
byte[] buffer,
int offset,
int size)
198 private global::System.Security.Cryptography.X509Certificates.X509CertificateCollection
_clientCertificates;
class f__AnonymousType0<< Count > j__TPar
static global::System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback
override void Write(byte[] buffer, int offset, int size)
override void EndWrite(IAsyncResult result)
override int EndRead(IAsyncResult asyncResult)
void EndAuthenticateAsClient(IAsyncResult asyncResult)
global::System.Security.Cryptography.X509Certificates.X509CertificateCollection _clientCertificates
override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
IAsyncResult BeginAuthenticateAsClient(AsyncCallback asyncCallback, object state)
global::System.Net.Security.SslStream _sslStream
override IAsyncResult BeginWrite(byte[] buffer, int offset, int size, AsyncCallback callback, object state)
override int Read(byte[] buffer, int offset, int size)
void AuthenticateAsClient()
TlsStream(global::System.Net.Sockets.NetworkStream stream, global::System.Net.Sockets.Socket socket, string host, global::System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates)