WSHttpBindingBaseElement Конструкторы

Определение

Инициализирует новый экземпляр класса WSHttpBindingBaseElement.

Перегрузки

WSHttpBindingBaseElement()

Инициализирует новый экземпляр класса WSHttpBindingBaseElement.

WSHttpBindingBaseElement(String)

Инициализирует новый экземпляр класса WSHttpBindingBaseElement.

WSHttpBindingBaseElement()

Инициализирует новый экземпляр класса WSHttpBindingBaseElement.

protected:
 WSHttpBindingBaseElement();
protected WSHttpBindingBaseElement ();
Protected Sub New ()

Применяется к

WSHttpBindingBaseElement(String)

Инициализирует новый экземпляр класса WSHttpBindingBaseElement.

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

Параметры

name
String

Имя конфигурации привязки. Это значение должно быть уникальным, поскольку оно используется для идентификации привязки.

Применяется к