3 references to EndAuthenticateAsClient
System (2)
net\System\Net\SecureProtocols\SslStream.cs (2)
266return Task.Factory.FromAsync(BeginAuthenticateAsClient, EndAuthenticateAsClient, targetHost, null); 278return Task.Factory.FromAsync((callback, state) => BeginAuthenticateAsClient(targetHost, clientCertificates, enabledSslProtocols, checkCertificateRevocation, callback, state), EndAuthenticateAsClient, null);
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
1022this.sslStream.EndAuthenticateAsClient(result);