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
プロパティ値
リソースを識別する文字列。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.