Beispiel #1
0
 public HttpResponse(HttpFeatures feature)
 {
     _httpFeature = feature;
 }
Beispiel #2
0
 public HttpRequest(HttpFeatures feature)
 {
     _httpFeature = feature;
 }