C# Class Thinktecture.ServiceModel.Channels.NetHttpBindingElement

Inheritance: System.ServiceModel.Configuration.BasicHttpBindingElement
Afficher le fichier Open project: ChristianWeyer/Thinktecture.ServiceModel

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the NetHttpBindingElement class.
public NetHttpBindingElement ( ) : System
Résultat System

NetHttpBindingElement() public méthode

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