1 write to transportSettings
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1060this.transportSettings = transportSettings;
9 references to transportSettings
System.ServiceModel (9)
System\ServiceModel\Channels\SingletonConnectionReader.cs (9)
1094DoneReceiving(atEof, this.transportSettings.CloseTimeout); 1130byte[] dummy = DiagnosticUtility.Utility.AllocateByteArray(transportSettings.ConnectionBufferSize); 1232Stream connectionStream = new SingletonInputConnectionStream(this, singletonConnection, this.transportSettings); 1233this.inputStream = new MaxMessageSizeStream(connectionStream, transportSettings.MaxReceivedMessageSize); 1244message = transportSettings.MessageEncoderFactory.Encoder.ReadMessage( 1245this.inputStream, transportSettings.MaxBufferSize, this.ContentType); 1319: base(requestMessage, parent.transportSettings.CloseTimeout, parent.transportSettings.SendTimeout) 1323this.settings = parent.transportSettings;