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