2 writes to maxBufferSize
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
46this.maxBufferSize = channelListener.MaxBufferSize; 57this.maxBufferSize = channelFactory.MaxBufferSize;
1 reference to maxBufferSize
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
91return this.maxBufferSize;