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!

IPHostEntry.Hostname

Contains the DNS name of the host.

[Visual Basic]
Public Hostname As String
[C#]
public string Hostname;
[C++]
public: String* Hostname;
[JScript]
public var Hostname : String;

See Also

IPHostEntry Class | IPHostEntry Members | System.Net Namespace