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