1 instantiation of SendFaultAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
4722
return new
SendFaultAsyncResult
<TFaultContext>(fault, faultContext, callback, state);
7 references to SendFaultAsyncResult
System.ServiceModel (7)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (7)
4737
if (result is
SendFaultAsyncResult
<RequestContext>)
4739
SendFaultAsyncResult
<RequestContext>.End(result);
4741
else if (result is
SendFaultAsyncResult
<IOutputChannel>)
4743
SendFaultAsyncResult
<IOutputChannel>.End(result);
4818
SendFaultAsyncResult
<TFaultContext> self = (
SendFaultAsyncResult
<TFaultContext>)result.AsyncState;
4839
AsyncResult.End<
SendFaultAsyncResult
<TFaultContext>>(result);