C# Class Thinktecture.ServiceModel.Channels.NetHttpBinding

Inheritance: System.ServiceModel.BasicHttpBinding
ファイルを表示 Open project: ChristianWeyer/Thinktecture.ServiceModel

Public Methods

Method 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

Method Description
ApplyConfiguration ( string configurationName ) : void
Transform ( BindingElement original ) : BindingElement
Translate ( string basicHttpMessage ) : string

Method Details

CreateBindingElements() public method

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

NetHttpBinding() public method

public NetHttpBinding ( ) : System
return System

NetHttpBinding() public method

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

NetHttpBinding() public method

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