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!

ClientProtocol.ProxyName

Gets or sets the name of the proxy server to use for requests.

[Visual Basic]
Public Property ProxyName As String
[C#]
public string ProxyName {get; set;}
[C++]
public: __property String* get_ProxyName();
public: __property void set_ProxyName(String*);
[JScript]
public function get ProxyName() : String;
public function set ProxyName(String);

Property Value

The name of the proxy server to use for requests. The default is an empty string ("").

See Also

ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | ProxyName