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