1 reference to GetReceiveBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
494
_receiveBufferSize = Math.Min(WebSocketHelper.
GetReceiveBufferSize
(_maxReceivedMessageSize), _maxBufferSize);