Click or drag to resize
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.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
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