Click or drag to resize
HttpBindingBase Properties

The HttpBindingBase type exposes the following members.

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