1 write to _maxReceivedMessageSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
493
_maxReceivedMessageSize
= webSocketTransportDuplexSessionChannel.TransportFactorySettings.MaxReceivedMessageSize;
2 references to _maxReceivedMessageSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (2)
494
_receiveBufferSize = Math.Min(WebSocketHelper.GetReceiveBufferSize(
_maxReceivedMessageSize
), _maxBufferSize);
844
_maxReceivedMessageSize
);