2 references to OutputChannelSendAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
556
return new
OutputChannelSendAsyncResult
(message, this.SecurityProtocol, this.InnerChannel, timeout, callback, state);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1055
return new
OutputChannelSendAsyncResult
(message, this.SecurityProtocol, this.innerDuplexChannel, timeout, callback, state);