BypassElement.Address 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定略過 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 伺服器取得之資源的位址。 資源的要求會直接傳送至資源所在的伺服器。