The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpSelfHostConfiguration Constructor
Namespace:
System.Web.Http.SelfHost
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
| Name | Description | |
|---|---|---|
![]() | HttpSelfHostConfiguration(String^) | Initializes a new instance of the HttpSelfHostConfiguration class. |
![]() | HttpSelfHostConfiguration(Uri^) | Initializes a new instance of the HttpSelfHostConfiguration class. |
HttpSelfHostConfiguration Constructor (String^)
Initializes a new instance of the HttpSelfHostConfiguration class.
Parameters
- baseAddress
-
Type:
System::String^
The base address in a form of string.
HttpSelfHostConfiguration Constructor (Uri^)
Initializes a new instance of the HttpSelfHostConfiguration class.
Parameters
- baseAddress
-
Type:
System::Uri^
The base address in a URI form.
Show:
