Click or drag to resize
HttpBindingBase Class

[Missing <summary> documentation for "T:System.ServiceModel.HttpBindingBase"]

Inheritance Hierarchy

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

The HttpBindingBase type exposes the following members.

Constructors
  NameDescription
Protected methodHttpBindingBase
Initializes a new instance of the HttpBindingBase class
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.
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.
Public propertyMaxBufferSize
Gets or sets the maximum size, in bytes, for a buffer that receives messages from the channel.
Public propertyMaxReceivedMessageSize
Gets or sets the maximum size, in bytes, for a message that can be received on a channel configured with this binding.
Top
See Also