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.
|
Method | Description | |
---|---|---|
ApplyConfiguration ( string configurationName ) : void | ||
Transform ( BindingElement original ) : BindingElement | ||
Translate ( string basicHttpMessage ) : string |
public CreateBindingElements ( ) : BindingElementCollection | ||
return | BindingElementCollection |
public NetHttpBinding ( BasicHttpSecurityMode securityMode ) : System | ||
securityMode | BasicHttpSecurityMode | The security mode. |
return | System |
public NetHttpBinding ( string configurationName ) : System | ||
configurationName | string | Name of the configuration. |
return | System |