1 write to _transportSettings
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
35
_transportSettings
= transportSettings;
6 references to _transportSettings
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\SingletonConnectionReader.cs (6)
57
DoneReceiving(atEof,
_transportSettings
.CloseTimeout);
93
byte[] dummy = Fx.AllocateByteArray(
_transportSettings
.ConnectionBufferSize);
176
Stream connectionStream = new SingletonInputConnectionStream(this, singletonConnection,
_transportSettings
);
177
_inputStream = new MaxMessageSizeStream(connectionStream,
_transportSettings
.MaxReceivedMessageSize);
188
message =
_transportSettings
.MessageEncoderFactory.Encoder.ReadMessage(
189
_inputStream,
_transportSettings
.MaxBufferSize, ContentType);