BypassElement.Address 属性

定义

获取或设置跳过代理服务器的资源的地址。Gets or sets the addresses of resources that bypass the proxy server.

public:
 property System::String ^ Address { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)]
public string Address { get; set; }
[System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Address { get; set; }
[<System.Configuration.ConfigurationProperty("address", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
[<System.Configuration.ConfigurationProperty("address", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Address : string with get, set
Public Property Address As String

属性值

String

标识资源的字符串。A string that identifies a resource.

属性

注解

此属性包含在不使用代理服务器的情况下获取的资源的地址。This property contains the address of a resource that is obtained without using a proxy server. 资源的请求将直接发送到资源所在的服务器。Requests for the resource are sent directly to the server where the resource resides.

适用于

另请参阅