1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
3011return new CloseAsyncResult(this, sendCloseResponse, pendingCloseRequestContext, pendingCloseResponse, timeout, callback, state);
10 references to CloseAsyncResult
System.ServiceModel (10)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (10)
3016CloseAsyncResult.End(result); 3215CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 3305CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 3399CloseAsyncResult thisResult = (CloseAsyncResult)result.AsyncState; 3469CloseAsyncResult self = (CloseAsyncResult)(result.AsyncState); 3489AsyncResult.End<CloseAsyncResult>(result);