Edit

Share via


ProtocolElement Constructors

Definition

Initializes a new instance of the ProtocolElement class.

Overloads

ProtocolElement()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ProtocolElement class.

ProtocolElement(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ProtocolElement class.

Remarks

For more information, see Versions and Dependencies.

ProtocolElement()

Initializes a new instance of the ProtocolElement class.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Remarks

For more information, see Versions and Dependencies.

Applies to

ProtocolElement(String)

Initializes a new instance of the ProtocolElement class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 ProtocolElement(System::String ^ name);
public ProtocolElement (string name);
new System.Web.Configuration.ProtocolElement : string -> System.Web.Configuration.ProtocolElement
Public Sub New (name As String)

Parameters

name
String

The protocol name.

Remarks

For more information, see Versions and Dependencies.

Applies to