Share via


BypassElement 建構函式

定義

初始化 BypassElement 類別的新執行個體。

多載

BypassElement()

初始化 BypassElement 類別的新執行個體。

BypassElement(String)

使用指定的型別資訊,初始化 BypassElement 類別的新執行個體。

BypassElement()

初始化 BypassElement 類別的新執行個體。

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

另請參閱

適用於

BypassElement(String)

使用指定的型別資訊,初始化 BypassElement 類別的新執行個體。

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)

參數

address
String

識別資源位址的字串。

備註

Address 屬性會設定為 address

另請參閱

適用於