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.ProxyPort

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

[Visual Basic]
Public Property ProxyPort As Integer
[C#]
public int ProxyPort {get; set;}
[C++]
public: __property int get_ProxyPort();
public: __property void set_ProxyPort(int);
[JScript]
public function get ProxyPort() : int;
public function set ProxyPort(int);

Property Value

The port number of the proxy server to use for requests. The default is 80.

See Also

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