HttpBindingBaseElement(String) Constructor

Definition

Initializes a new instance of the HttpBindingBaseElement class.

protected:
 HttpBindingBaseElement(System::String ^ name);
protected HttpBindingBaseElement (string name);
new System.ServiceModel.Configuration.HttpBindingBaseElement : string -> System.ServiceModel.Configuration.HttpBindingBaseElement
Protected Sub New (name As String)

Parameters

name
String

the name of the binding.

Applies to