1 instantiation of AcceptUpgradeAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
232
AcceptUpgradeAsyncResult result = new
AcceptUpgradeAsyncResult
(this, callback, state);
2 references to AcceptUpgradeAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
232
AcceptUpgradeAsyncResult
result = new AcceptUpgradeAsyncResult(this, callback, state);
240
return
AcceptUpgradeAsyncResult
.End(result, out remoteSecurity);