5 references to ContentLength64
System (2)
net\System\Net\HttpListenerRequest.cs (2)
282if(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)); 710return (ContentLength64 > 0 && m_BoundaryType == BoundaryType.ContentLength) ||
System.ServiceModel (3)
System\ServiceModel\Channels\HttpRequestContext.cs (3)
833if (listenerContext.Request.ContentLength64 == -1 && !OSEnvironmentHelper.IsVistaOrGreater) 906if (this.listenerHttpContext.listenerContext.Request.ContentLength64 == -1) 920return this.listenerHttpContext.listenerContext.Request.ContentLength64;