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