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