Exemple #1
0
 public static RequestMatching Url(this RequestMatching builder, Uri requestUri)
 {
     return(builder.RequestUri(requestUri));
 }