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