1 write to settings
System.ServiceModel (1)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
27this.settings = settings;
6 references to settings
System.ServiceModel (6)
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (6)
58EncodedContentType encodedContentType = EncodedContentType.Create(settings.MessageEncoderFactory.Encoder.ContentType); 261IAsyncResult initiateUpgradeResult = ConnectionUpgradeHelper.BeginInitiateUpgrade(channel.settings, channel.RemoteAddress, 562StreamingConnectionHelper.WriteMessage(message, this.connection, true, channel.settings, ref timeoutHelper); 583connection, connectionPoolHelper, channel.settings); 681IAsyncResult writeResult = StreamingConnectionHelper.BeginWriteMessage(this.message, this.connection, true, this.channel.settings, ref timeoutHelper, onWriteMessage, this); 724connectionReader = new ClientSingletonConnectionReader(connection, connectionPoolHelper, channel.settings);