C# Класс Thinktecture.ServiceModel.Channels.NetHttpBindingElement

Наследование: System.ServiceModel.Configuration.BasicHttpBindingElement
Показать файл Открыть проект

Открытые методы

Метод Описание
NetHttpBindingElement ( ) : System

Initializes a new instance of the NetHttpBindingElement class.

NetHttpBindingElement ( string configurationName ) : System

Initializes a new instance of the NetHttpBindingElement class.

Описание методов

NetHttpBindingElement() публичный Метод

Initializes a new instance of the NetHttpBindingElement class.
public NetHttpBindingElement ( ) : System
Результат System

NetHttpBindingElement() публичный Метод

Initializes a new instance of the NetHttpBindingElement class.
public NetHttpBindingElement ( string configurationName ) : System
configurationName string Name of the configuration.
Результат System