HttpSelfHostConfiguration.BaseAddress Property
Gets the base HTTP address.
Namespace: System.Web.Http.SelfHost
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
Syntax
public Uri BaseAddress { get; }
public:
property Uri^ BaseAddress {
Uri^ get();
}
member BaseAddress : Uri with get
Public ReadOnly Property BaseAddress As Uri
Property Value
Type: System.Uri
The Uri object that represents the base HTTP address.
See Also
HttpSelfHostConfiguration Class
System.Web.Http.SelfHost Namespace
Return to top