4 references to GetReceiveBufferSize
System.ServiceModel (4)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
377WebSocketHelper.GetReceiveBufferSize(this.channelFactory.MaxReceivedMessageSize),
System\ServiceModel\Channels\HttpRequestContext.cs (1)
805WebSocketHelper.GetReceiveBufferSize(this.listener.MaxReceivedMessageSize),
System\ServiceModel\Channels\WebSocketHelper.cs (1)
374return (2 * GetReceiveBufferSize(maxReceivedMessageSize)) + nativeSendBufferSize + NativeOverheadBufferSize + PropertyBufferSize;
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
542this.receiveBufferSize = Math.Min(WebSocketHelper.GetReceiveBufferSize(this.maxReceivedMessageSize), this.maxBufferSize);