2 references to MaxChunkBytesAllowed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (2)
1596
if (buffer.Length <
MaxChunkBytesAllowed
)
1605
if (bytesConsumed <=
MaxChunkBytesAllowed
)