3 references to RequestUri
System (3)
net\System\Net\HttpListenerRequest.cs (3)
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)); 536return RequestUri; 684m_Cookies = ParseCookies(RequestUri, cookieString);