1 write to _cookedUriPath
System.Net.HttpListener (1)
System\Net\HttpListenerRequestUriBuilder.cs (1)
57
_cookedUriPath
= AddSlashToAsteriskOnlyPath(cookedUriPath);
2 references to _cookedUriPath
System.Net.HttpListener (2)
System\Net\HttpListenerRequestUriBuilder.cs (2)
84
bool isValid = Uri.TryCreate(_cookedUriScheme + Uri.SchemeDelimiter + _cookedUriHost +
_cookedUriPath
+
91
NetEventSource.Error(this, SR.Format(SR.net_log_listener_cant_create_uri, _cookedUriScheme, _cookedUriHost,
_cookedUriPath
, _cookedUriQuery));