Click or drag to resize
BasicHttpBinding Class
Represents a binding that a Windows Communication Foundation (WCF) service can use to configure and expose endpoints that are able to communicate with ASMX-based Web services and clients and other services that conform to the WS-I Basic Profile 1.1.
Inheritance Hierarchy

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public class BasicHttpBinding : HttpBindingBase

The BasicHttpBinding type exposes the following members.

Constructors
  NameDescription
Public methodBasicHttpBinding
Initializes a new instance of the System.ServiceModel.BasicHttpBinding class.
Public methodBasicHttpBinding(BasicHttpSecurityMode)
Initializes a new instance of the System.ServiceModel.BasicHttpBinding class with a specified type of security used by the binding.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAllowCookies
Gets or sets a value that indicates whether the client accepts cookies and propagates them on future requests.
(Inherited from HttpBindingBase.)
Public propertyMaxBufferPoolSize
Gets or sets the maximum amount of memory, in bytes, that is allocated for use by the manager of the message buffers that receive messages from the channel.
(Inherited from HttpBindingBase.)
Public propertyMaxBufferSize
Gets or sets the maximum size, in bytes, for a buffer that receives messages from the channel.
(Inherited from HttpBindingBase.)
Public propertyMaxReceivedMessageSize
Gets or sets the maximum size, in bytes, for a message that can be received on a channel configured with this binding.
(Inherited from HttpBindingBase.)
Public propertySecurity
Gets the type of security used with this binding.
Top
See Also