1 write to cookedUriPath
System (1)
net\System\Net\HttpListenerRequestUriBuilder.cs (1)
68
this.
cookedUriPath
= AddSlashToAsteriskOnlyPath(cookedUriPath);
2 references to cookedUriPath
System (2)
net\System\Net\HttpListenerRequestUriBuilder.cs (2)
118
bool isValid = Uri.TryCreate(cookedUriScheme + Uri.SchemeDelimiter + cookedUriHost +
cookedUriPath
+
125
cookedUriHost,
cookedUriPath
, cookedUriQuery);