DefaultPortElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.