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