1 instantiation of SendCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
2229return new SendCompletedAsyncResult(sendCallback, this);
3 references to SendCompletedAsyncResult
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2237if (result is SendCompletedAsyncResult) 2239SendCompletedAsyncResult.End(result); 2298AsyncResult.End<SendCompletedAsyncResult>(result);