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