C# Class Thinktecture.ServiceModel.Channels.NetHttpBindingElement

Inheritance: System.ServiceModel.Configuration.BasicHttpBindingElement
Mostrar archivo Open project: ChristianWeyer/Thinktecture.ServiceModel

Public Methods

Method Description
NetHttpBindingElement ( ) : System

Initializes a new instance of the NetHttpBindingElement class.

NetHttpBindingElement ( string configurationName ) : System

Initializes a new instance of the NetHttpBindingElement class.

Method Details

NetHttpBindingElement() public method

Initializes a new instance of the NetHttpBindingElement class.
public NetHttpBindingElement ( ) : System
return System

NetHttpBindingElement() public method

Initializes a new instance of the NetHttpBindingElement class.
public NetHttpBindingElement ( string configurationName ) : System
configurationName string Name of the configuration.
return System