BasicHttpBinding Constructor (BasicHttpSecurityMode) |
Initializes a new instance of the System.ServiceModel.BasicHttpBinding class
with a specified type of security used by the binding.
Namespace: System.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax public BasicHttpBinding(
BasicHttpSecurityMode securityMode
)
Parameters
- securityMode
- Type: System.ServiceModelBasicHttpSecurityMode
The value of System.ServiceModel.BasicHttpSecurityMode that specifies the
type of security that is used with the SOAP message and for the client.
See Also