Beispiel #1
0
 public static RequestMatching When(this RequestMatching builder, Expression <Func <HttpRequestMessage, bool> > expression)
 {
     return(builder.Where(expression));
 }