NetHttpBindingElement Konstruktorer

Definition

Initierar en ny instans av NetHttpBindingElement klassen.

Överlagringar

Name Description
NetHttpBindingElement()

Initierar en ny instans av NetHttpBindingElement klassen.

NetHttpBindingElement(String)

Initierar en ny instans av NetHttpBindingElement klassen med angivet namn.

NetHttpBindingElement()

Initierar en ny instans av NetHttpBindingElement klassen.

public:
 NetHttpBindingElement();
public NetHttpBindingElement();
Public Sub New ()

Gäller för

NetHttpBindingElement(String)

Initierar en ny instans av NetHttpBindingElement klassen med angivet namn.

public:
 NetHttpBindingElement(System::String ^ name);
public NetHttpBindingElement(string name);
new System.ServiceModel.Configuration.NetHttpBindingElement : string -> System.ServiceModel.Configuration.NetHttpBindingElement
Public Sub New (name As String)

Parametrar

name
String

Namnet.

Gäller för