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!

IProxyInfo.HostName

A string containing the host name of the proxy.

[Visual Basic]
Property HostName As String
[C#]
string HostName {get; set;}
[C++]
String* get_HostName() = 0;void set_HostName(String*) = 0;
[JScript]
abstract function get HostName() : String;
public abstract function set HostName(String);

See Also

IProxyInfo Interface | IProxyInfo Members | System.Net Namespace