DefaultPortElement Constructors

Definition

Creates a new instance of the DefaultPortElement class.

Overloads

DefaultPortElement()

Creates a new instance of the DefaultPortElement class.

DefaultPortElement(DefaultPortElement)

Creates a new instance of the DefaultPortElement class with the specified DefaultPortElement.

DefaultPortElement()

Creates a new instance of the DefaultPortElement class.

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

Applies to

DefaultPortElement(DefaultPortElement)

Creates a new instance of the DefaultPortElement class with the specified DefaultPortElement.

public:
 DefaultPortElement(System::ServiceModel::Configuration::DefaultPortElement ^ other);
public DefaultPortElement (System.ServiceModel.Configuration.DefaultPortElement other);
new System.ServiceModel.Configuration.DefaultPortElement : System.ServiceModel.Configuration.DefaultPortElement -> System.ServiceModel.Configuration.DefaultPortElement
Public Sub New (other As DefaultPortElement)

Parameters

other
DefaultPortElement

The default port element that provides the settings for the current default port element.

Applies to