2 instantiations of OpenCommunicationObjectAsyncResult
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
1527
return new
OpenCommunicationObjectAsyncResult
(tokenProvider, timeout, callback, state);
1579
return new
OpenCommunicationObjectAsyncResult
(tokenAuthenticator, timeout, callback, state);
5 references to OpenCommunicationObjectAsyncResult
System.ServiceModel (5)
System\ServiceModel\Security\SecurityUtils.cs (5)
1532
OpenCommunicationObjectAsyncResult
.End(result);
1584
OpenCommunicationObjectAsyncResult
.End(result);
1677
AsyncResult.End<
OpenCommunicationObjectAsyncResult
>(result);
1687
OpenCommunicationObjectAsyncResult
thisPtr =
1688
(
OpenCommunicationObjectAsyncResult
)result.AsyncState;