Share via


BypassElement Konstruktory

Definice

Inicializuje novou instanci BypassElement třídy .

Přetížení

BypassElement()

Inicializuje novou instanci BypassElement třídy .

BypassElement(String)

Inicializuje novou instanci BypassElement třídy se zadaným typem informací.

BypassElement()

Inicializuje novou instanci BypassElement třídy .

public:
 BypassElement();
public BypassElement ();
Public Sub New ()

Viz také

Platí pro

BypassElement(String)

Inicializuje novou instanci BypassElement třídy se zadaným typem informací.

public:
 BypassElement(System::String ^ address);
public BypassElement (string address);
new System.Net.Configuration.BypassElement : string -> System.Net.Configuration.BypassElement
Public Sub New (address As String)

Parametry

address
String

Řetězec, který identifikuje adresu prostředku.

Poznámky

Vlastnost Address je nastavena na hodnotu address.

Viz také

Platí pro