1 instantiation of OpenAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
303
return new
OpenAsyncResult
(this.Upgrade, timeout, callback, state);
4 references to OpenAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (4)
308
OpenAsyncResult
.End(result);
340
OpenAsyncResult
thisPtr = (
OpenAsyncResult
)result.AsyncState;
360
AsyncResult.End<
OpenAsyncResult
>(result);