5 references to BeginAuthenticateAsClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
702IAsyncResult result = ((SslStream)_connection._stream).BeginAuthenticateAsClient(
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
195sslStream.BeginAuthenticateAsClient( 401sslStream.BeginAuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
231return BeginAuthenticateAsClient(targetHost, null, SecurityProtocol.SystemDefaultSecurityProtocols, false, 238return BeginAuthenticateAsClient(targetHost, clientCertificates, SecurityProtocol.SystemDefaultSecurityProtocols, checkCertificateRevocation, asyncCallback, asyncState);