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