2 references to HasEntityBody
System (2)
net\System\Net\HttpListenerRequest.cs (2)
374
if (
HasEntityBody
) {
446
m_RequestStream =
HasEntityBody
? new HttpRequestStream(HttpListenerContext) : Stream.Null;