1 write to maxBufferSize
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
995this.maxBufferSize = channel.channelListener.MaxBufferSize;
2 references to maxBufferSize
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1033if (envelopeSize > maxBufferSize) 1038MaxMessageSizeStream.CreateMaxReceivedMessageSizeExceededException(maxBufferSize));