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