NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpUrl.Host

Server host of URL.

[Visual Basic]
Overridable Public ReadOnly Property Host As String
[C#]
public string Host {virtual get;}
[C++]
public: __property virtual String* get_Host();
[JScript]
public function get Host() : String;

Property Value

Default value is null.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace