BasicHttpBindingElement 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 BasicHttpBindingElement class.
Overloads
BasicHttpBindingElement() |
Initializes a new instance of the BasicHttpBindingElement class. |
BasicHttpBindingElement(String) |
Initializes a new instance of the BasicHttpBindingElement class with a name. |
BasicHttpBindingElement()
Initializes a new instance of the BasicHttpBindingElement class.
public:
BasicHttpBindingElement();
public BasicHttpBindingElement ();
Public Sub New ()
Applies to
BasicHttpBindingElement(String)
Initializes a new instance of the BasicHttpBindingElement class with a name.
public:
BasicHttpBindingElement(System::String ^ name);
public BasicHttpBindingElement (string name);
new System.ServiceModel.Configuration.BasicHttpBindingElement : string -> System.ServiceModel.Configuration.BasicHttpBindingElement
Public Sub New (name As String)
Parameters
- name
- String
The name of the binding element.