5 references to Body
System.Net.HttpListener (5)
System\Net\Managed\ChunkStream.cs (5)
156if (_state == State.Body && offset < size) 159if (_state == State.Body) 203return (_state != State.Body); 235return (_chunkRead == _chunkSize) ? State.BodyFinished : State.Body; 304return State.Body;