1 instantiation of AcceptUpgradeAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
632AcceptUpgradeAsyncResult result = new AcceptUpgradeAsyncResult(this, callback, state);
3 references to AcceptUpgradeAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (3)
632AcceptUpgradeAsyncResult result = new AcceptUpgradeAsyncResult(this, callback, state); 639return AcceptUpgradeAsyncResult.End(result, out remoteSecurity, out this.channelBindingToken); 745channelBinding = ((AcceptUpgradeAsyncResult)result).channelBindingToken;