2 instantiations of 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);
4 references to OutputChannelSendAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
561OutputChannelSendAsyncResult.End(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
1060OutputChannelSendAsyncResult.End(result);
System\ServiceModel\Security\SecurityChannel.cs (2)
147OutputChannelSendAsyncResult self = result as OutputChannelSendAsyncResult;