C# Class Thinktecture.ServiceModel.Channels.NetHttpBinding

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

Méthodes publiques

Méthode Description
CreateBindingElements ( ) : BindingElementCollection

Creates a collection that contains the binding elements that are part of the current binding.

NetHttpBinding ( ) : System
NetHttpBinding ( BasicHttpSecurityMode securityMode ) : System

Initializes a new instance of the NetHttpBinding class.

NetHttpBinding ( string configurationName ) : System

Initializes a new instance of the NetHttpBinding class.

Private Methods

Méthode Description
ApplyConfiguration ( string configurationName ) : void
Transform ( BindingElement original ) : BindingElement
Translate ( string basicHttpMessage ) : string

Method Details

CreateBindingElements() public méthode

Creates a collection that contains the binding elements that are part of the current binding.
public CreateBindingElements ( ) : BindingElementCollection
Résultat BindingElementCollection

NetHttpBinding() public méthode

public NetHttpBinding ( ) : System
Résultat System

NetHttpBinding() public méthode

Initializes a new instance of the NetHttpBinding class.
public NetHttpBinding ( BasicHttpSecurityMode securityMode ) : System
securityMode BasicHttpSecurityMode The security mode.
Résultat System

NetHttpBinding() public méthode

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