2 instantiations of CloseCommunicationObjectAsyncResult
System.ServiceModel (2)
System\ServiceModel\Security\SecurityUtils.cs (2)
1538return new CloseCommunicationObjectAsyncResult(tokenProvider, timeout, callback, state); 1590return new CloseCommunicationObjectAsyncResult(tokenAuthenticator, timeout, callback, state);
5 references to CloseCommunicationObjectAsyncResult
System.ServiceModel (5)
System\ServiceModel\Security\SecurityUtils.cs (5)
1543CloseCommunicationObjectAsyncResult.End(result); 1595CloseCommunicationObjectAsyncResult.End(result); 1752AsyncResult.End<CloseCommunicationObjectAsyncResult>(result); 1762CloseCommunicationObjectAsyncResult thisPtr = 1763(CloseCommunicationObjectAsyncResult)result.AsyncState;