5 references to ContentLength64
System (2)
net\System\Net\HttpListenerRequest.cs (2)
282
if(Logging.On)Logging.PrintInfo(Logging.HttpListener, this, ".ctor", "httpContext#"+ ValidationHelper.HashString(httpContext)+ " RequestUri:" + ValidationHelper.ToString(RequestUri) + " Content-Length:" + ValidationHelper.ToString(
ContentLength64
) + " HTTP Method:" + ValidationHelper.ToString(HttpMethod));
710
return (
ContentLength64
> 0 && m_BoundaryType == BoundaryType.ContentLength) ||
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
833
if (listenerContext.Request.
ContentLength64
== -1 && !OSEnvironmentHelper.IsVistaOrGreater)
906
if (this.listenerHttpContext.listenerContext.Request.
ContentLength64
== -1)
920
return this.listenerHttpContext.listenerContext.Request.
ContentLength64
;