We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc60325 commit dde0e1bCopy full SHA for dde0e1b
documentation/README.md
@@ -89,6 +89,15 @@ By default all unit tests are run with request host **"http://localhost"** and *
89
MyWebApi
90
.IsRegisteredWith(WebApiConfig.Register)
91
.WithBaseAddress("http://mytestedasp.net");
92
+
93
+// these are also available
94
+MyWebApi
95
+ .IsUsingDefaultHttpConfiguration()
96
+ .WithBaseAddress("http://mytestedasp.net");
97
98
99
+ .IsUsing(httpConfiguration)
100
101
```
102
103
[To top](#table-of-contents)
0 commit comments