1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
632
this.
channel
= channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
679
ChannelBindingUtility.TryAddToMessage(this.
channel
.channelBindingToken, this.message, false);
681
IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.
channel
.settings, ref timeoutHelper, onWriteMessage, this);
724
connectionReader = new ClientSingletonConnectionReader(connection, connectionPoolHelper,
channel
.settings);
743
ChannelBindingUtility.TryAddToMessage(this.
channel
.channelBindingToken, this.replyMessage, false);