1 write to _settings
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
26
_settings
= settings;
3 references to _settings
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (3)
48
EncodedContentType encodedContentType = EncodedContentType.Create(
_settings
.MessageEncoderFactory.Encoder.ContentType);
226
await StreamingConnectionHelper.WriteMessageAsync(_message, _connection, true, _channel.
_settings
, timeoutHelper);
260
_connectionReader = new ClientSingletonConnectionReader(_connection, _connectionPoolHelper, _channel.
_settings
);