WSHttpBindingBaseElement.UseDefaultWebProxy 属性       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指定是否使用系统的自动配置 HTTP 代理。
public:
 property bool UseDefaultWebProxy { bool get(); void set(bool value); };
	[System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)]
public bool UseDefaultWebProxy { get; set; }
	[<System.Configuration.ConfigurationProperty("useDefaultWebProxy", DefaultValue=true)>]
member this.UseDefaultWebProxy : bool with get, set
	Public Property UseDefaultWebProxy As Boolean
	属性值
              true 如果使用系统的自动配置的 HTTP 代理,则为 ;否则为 false。 默认值为 true。
- 属性