Gets or sets the maximum size for a buffer that receives messages from the
channel.
public System.int MaxBufferSize {get; set;}
public read-write property MaxBufferSize: System.Integer;
public function get,set MaxBufferSize : System.int
public: __property System.int get_MaxBufferSize();
public: __property void set_MaxBufferSize(
System.int value
);
public:
property System.int MaxBufferSize {
System.int get();
void set ( System.int value);
}
'Declaration
Public Property MaxBufferSize As System.Integer
'Usage
Dim instance As SmartHttpBinding
Dim value As System.Integer
instance.MaxBufferSize = value
value = instance.MaxBufferSize
Property Value
The maximum size, in bytes, of a buffer that stores messages while they are
processed for an endpoint configured with this binding. The default value
is 65,536 bytes.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2