次の方法で共有


BypassElement.Address プロパティ

定義

プロキシ サーバーをバイパスするリソースのアドレスを取得または設定します。

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

プロパティ値

リソースを識別する文字列。

属性

注釈

このプロパティには、プロキシ サーバーを使用せずに取得されたリソースのアドレスが含まれます。 リソースの要求は、リソースが存在するサーバーに直接送信されます。

適用対象

こちらもご覧ください