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)
48EncodedContentType encodedContentType = EncodedContentType.Create(_settings.MessageEncoderFactory.Encoder.ContentType); 226await StreamingConnectionHelper.WriteMessageAsync(_message, _connection, true, _channel._settings, timeoutHelper); 260_connectionReader = new ClientSingletonConnectionReader(_connection, _connectionPoolHelper, _channel._settings);