3 references to AllowChunkedResponse
System.Runtime.Remoting (3)
channels\http\httpserverchannel.cs (1)
651
if (streamManager.
AllowChunkedResponse
)
channels\http\httpstreams.cs (2)
697
useChunkedEncoding =
AllowChunkedResponse
&& !contentLengthPresent;
779
if (!
AllowChunkedResponse
&& (httpContentStream != null))