1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1666return new CloseAsyncResult(this, timeout, callback, state);
8 references to CloseAsyncResult
System.ServiceModel (8)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
1671CloseAsyncResult.End(result); 2287CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 2378CloseAsyncResult self = (CloseAsyncResult)(result.AsyncState); 2451CloseAsyncResult self = (CloseAsyncResult)(result.AsyncState); 2471AsyncResult.End<CloseAsyncResult>(result);