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