1 instantiation of UpgradeConnectionAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (1)
310return new UpgradeConnectionAsyncResult(connection, upgradeAcceptor, defaultTimeouts, callback, state);
5 references to UpgradeConnectionAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\InitialServerConnectionReader.cs (5)
316return UpgradeConnectionAsyncResult.End(result); 368UpgradeConnectionAsyncResult thisPtr = AsyncResult.End<UpgradeConnectionAsyncResult>(result); 401UpgradeConnectionAsyncResult thisPtr = (UpgradeConnectionAsyncResult)result.AsyncState;