1 instantiation of RequestContextSendAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1424return new RequestContextSendAsyncResult(message, this.securityProtocol, this.innerContext, timeout,
4 references to RequestContextSendAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelListener.cs (4)
1435if (result is RequestContextSendAsyncResult) 1437RequestContextSendAsyncResult.End(result); 1471RequestContextSendAsyncResult self = result as RequestContextSendAsyncResult;