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