1 instantiation of SendMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2170
return new
SendMessageAsyncResult
(this, requestContext, response, timeout, callback, state);
4 references to SendMessageAsyncResult
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
2175
SendMessageAsyncResult
.End(result);
2266
SendMessageAsyncResult
self = (
SendMessageAsyncResult
)(result.AsyncState);
2286
AsyncResult.End<
SendMessageAsyncResult
>(result);