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