BypassElement.Address Właściwość

Definicja

Pobiera lub ustawia adresy zasobów, które pomijają serwer 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", 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

Wartość właściwości

String

Ciąg identyfikujący zasób.

Atrybuty

Uwagi

Ta właściwość zawiera adres zasobu, który jest uzyskiwany bez użycia serwera proxy. Żądania dotyczące zasobu są wysyłane bezpośrednio do serwera, na którym znajduje się zasób.

Dotyczy

Zobacz też