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