NetSectionGroup.DefaultProxy 属性

定义

获取包含本地计算机的默认 Web 代理服务器设置的配置节。Gets the configuration section containing the default Web proxy server settings for the local computer.

public:
 property System::Net::Configuration::DefaultProxySection ^ DefaultProxy { System::Net::Configuration::DefaultProxySection ^ get(); };
[System.Configuration.ConfigurationProperty("defaultProxy")]
public System.Net.Configuration.DefaultProxySection DefaultProxy { get; }
[<System.Configuration.ConfigurationProperty("defaultProxy")>]
member this.DefaultProxy : System.Net.Configuration.DefaultProxySection
Public ReadOnly Property DefaultProxy As DefaultProxySection

属性值

DefaultProxySection

DefaultProxySection 对象。A DefaultProxySection object.

属性

注解

此属性返回的部分对应于 < > (网络设置) 配置元素的 defaultProxy 元素。The section returned by this property corresponds to the <defaultProxy> Element (Network Settings) configuration element.

适用于