WSHttpContextBindingElement 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.
Initializes a new instance of the WSHttpContextBindingElement class.
Overloads
WSHttpContextBindingElement() |
Initializes a new instance of the WSHttpContextBindingElement class. |
WSHttpContextBindingElement(String) |
Initializes a new instance of the WSHttpContextBindingElement class with the specified configuration name. |
WSHttpContextBindingElement()
Initializes a new instance of the WSHttpContextBindingElement class.
public:
WSHttpContextBindingElement();
public WSHttpContextBindingElement ();
Public Sub New ()
Applies to
WSHttpContextBindingElement(String)
Initializes a new instance of the WSHttpContextBindingElement class with the specified configuration name.
public:
WSHttpContextBindingElement(System::String ^ name);
public WSHttpContextBindingElement (string name);
new System.ServiceModel.Configuration.WSHttpContextBindingElement : string -> System.ServiceModel.Configuration.WSHttpContextBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The configuration name of the binding. The value should be unique because it is used as identification for the binding.