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