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::BaseAddress Property

 

Gets the base HTTP address.

Namespace:   System.Web.Http.SelfHost
Assembly:  System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)

public:
property Uri^ BaseAddress {
	Uri^ get();
}

Property Value

Type: System::Uri^

The Uri object that represents the base HTTP address.

Return to top
Show: