BypassElement Constructors

Definition

Initializes a new instance of the BypassElement class.

Overloads

BypassElement()

Initializes a new instance of the BypassElement class.

BypassElement(String)

Initializes a new instance of the BypassElement class with the specified type information.

BypassElement()

Initializes a new instance of the BypassElement class.

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

See also

Applies to

BypassElement(String)

Initializes a new instance of the BypassElement class with the specified type information.

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)

Parameters

address
String

A string that identifies the address of a resource.

Remarks

The Address property is set to address.

See also

Applies to