3 references to MaxChunkBytesAllowed
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
1603if (buffer.Length < MaxChunkBytesAllowed) 1627if (bytesConsumed <= MaxChunkBytesAllowed) 1635else if (buffer.Length < MaxChunkBytesAllowed)