Information
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)

NameDescription
System_CAPS_pubmethodHttpSelfHostConfiguration(String^)

Initializes a new instance of the HttpSelfHostConfiguration class.

System_CAPS_pubmethodHttpSelfHostConfiguration(Uri^)

Initializes a new instance of the HttpSelfHostConfiguration class.

Return to top

HttpSelfHostConfiguration Constructor (String^)

Initializes a new instance of the HttpSelfHostConfiguration class.

public:
HttpSelfHostConfiguration(
	String^ baseAddress
)

Parameters

baseAddress
Type: System::String^

The base address in a form of string.

Return to top

HttpSelfHostConfiguration Constructor (Uri^)

Initializes a new instance of the HttpSelfHostConfiguration class.

public:
HttpSelfHostConfiguration(
	Uri^ baseAddress
)

Parameters

baseAddress
Type: System::Uri^

The base address in a URI form.

Return to top
Show: