1 write to _channel
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
209
_channel
= channel;
4 references to _channel
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (4)
225
ChannelBindingUtility.TryAddToMessage(
_channel
._channelBindingToken, _message, false);
226
await StreamingConnectionHelper.WriteMessageAsync(_message, _connection, true,
_channel
._settings, timeoutHelper);
260
_connectionReader = new ClientSingletonConnectionReader(_connection, _connectionPoolHelper,
_channel
._settings);
265
ChannelBindingUtility.TryAddToMessage(
_channel
._channelBindingToken, message, false);