WebHttpBinding Constructor ()
Initializes a new instance of the WebHttpBinding class.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
The default security mode is None, which specifies that no security is used.
To use transport-level security for endpoints configured with this binding, the Transport value must be specified as a parameter in the WebHttpBinding(WebHttpSecurityMode) constructor.
To use HTTP authentication without HTTPS, the TransportCredentialOnly value must be specified as a parameter in the WebHttpBinding(WebHttpSecurityMode) constructor.
The value of WebHttpSecurityMode cannot be set again after the binding instance is created.
Available since 3.5