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);
The port number of the proxy server to use for requests. The default is 80.
ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | ProxyPort