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);
The name of the proxy server to use for requests. The default is an empty string ("").
ClientProtocol Class | ClientProtocol Members | System.Web.Services.Protocols Namespace | ProxyName