Share via


BypassElement.Address 屬性

定義

取得或設定略過 Proxy 伺服器之資源的位址。

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

屬性值

識別資源的字串。

屬性

備註

這個屬性包含不使用 Proxy 伺服器取得之資源的位址。 資源的要求會直接傳送至資源所在的伺服器。

適用於

另請參閱