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