1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
116this.channel = channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\ContextOutputChannelBase.cs (4)
126ContextExchangeCorrelationHelper.AddOutgoingCorrelationCallbackData(this.correlationCallback, message, this.channel.IsClient); 146IAsyncResult result = this.channel.InnerChannel.BeginSend( 228sendResult = this.channel.InnerChannel.BeginSend( 256this.channel.InnerChannel.EndSend(result);