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