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