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