4 references to BeginAuthenticateAsClient
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
197sslStream.BeginAuthenticateAsClient( 403sslStream.BeginAuthenticateAsClient(
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
236return BeginAuthenticateAsClient(targetHost, null, SslProtocols.None, false, 243return BeginAuthenticateAsClient(targetHost, clientCertificates, SslProtocols.None, checkCertificateRevocation, asyncCallback, asyncState);