コード例 #1
0
 public HttpForward WithScheme(HttpScheme scheme)
 {
     return(WithScheme(scheme.Value().ToUpper()));
 }
コード例 #2
0
 public Uri ServerAddress(string path = "")
 {
     return(new Uri($"{_httpScheme.Value()}://{_host}:{_port}{path.PrefixWith("/")}"));
 }