BasicHttpBinding Class |
Namespace: System.ServiceModel
public class BasicHttpBinding : HttpBindingBase
The BasicHttpBinding type exposes the following members.
Name | Description | |
---|---|---|
BasicHttpBinding |
Initializes a new instance of the System.ServiceModel.BasicHttpBinding class.
| |
BasicHttpBinding(BasicHttpSecurityMode) |
Initializes a new instance of the System.ServiceModel.BasicHttpBinding class
with a specified type of security used by the binding.
|
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AllowCookies |
Gets or sets a value that indicates whether the client accepts cookies and
propagates them on future requests.
(Inherited from HttpBindingBase.) | |
MaxBufferPoolSize |
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.) | |
MaxBufferSize |
Gets or sets the maximum size, in bytes, for a buffer that receives messages
from the channel.
(Inherited from HttpBindingBase.) | |
MaxReceivedMessageSize |
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.) | |
Security |
Gets the type of security used with this binding.
|