4 references to 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, SslProtocols.None, false, 238return BeginAuthenticateAsClient(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation, asyncCallback, asyncState);