3 references to MinSendBufferSize
System.Net.HttpListener (3)
System\Net\Managed\HttpListenerContext.Managed.cs (1)
97HttpWebSocket.ValidateOptions(subProtocol, receiveBufferSize, HttpWebSocket.MinSendBufferSize, keepAliveInterval);
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
17ValidateOptions(subProtocol, receiveBufferSize, MinSendBufferSize, keepAliveInterval);
System\Net\WebSockets\HttpWebSocket.cs (1)
87ArgumentOutOfRangeException.ThrowIfLessThan(sendBufferSize, MinSendBufferSize);