BypassElement.Address プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロキシ サーバーをバイパスするリソースのアドレスを取得または設定します。
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", IsKey=true, IsRequired=true)>]
member this.Address : string with get, set
Public Property Address As String
プロパティ値
リソースを識別する文字列。
- 属性
注釈
このプロパティには、プロキシ サーバーを使用せずに取得されたリソースのアドレスが含まれます。 リソースの要求は、リソースが存在するサーバーに直接送信されます。