1 instantiation of OpenAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
360
return new
OpenAsyncResult
(this, timeout, callback, state);
6 references to OpenAsyncResult
System.ServiceModel (6)
System\ServiceModel\Channels\SecurityChannelFactory.cs (6)
365
OpenAsyncResult
.End(result);
446
AsyncResult.End<
OpenAsyncResult
>(result);
467
OpenAsyncResult
self = result.AsyncState as
OpenAsyncResult
;
516
OpenAsyncResult
self = result.AsyncState as
OpenAsyncResult
;