WCF-Xtensions Class Reference for Mono
MaxBufferPoolSize Property (SmartHttpBinding)






Gets or sets the maximum amount of memory that is allocated for use by the manager of the message buffers that receive messages from the channel.
Syntax
'Declaration
 
Public Property MaxBufferPoolSize As System.Long
'Usage
 
Dim instance As SmartHttpBinding
Dim value As System.Long
 
instance.MaxBufferPoolSize = value
 
value = instance.MaxBufferPoolSize
public System.long MaxBufferPoolSize {get; set;}
public read-write property MaxBufferPoolSize: System.Int64; 
public function get,set MaxBufferPoolSize : System.long
public: __property System.long get_MaxBufferPoolSize();
public: __property void set_MaxBufferPoolSize( 
   System.long value
);
public:
property System.int64 MaxBufferPoolSize {
   System.int64 get();
   void set (    System.int64 value);
}

Property Value

The maximum amount of memory, in bytes, available for use by the message buffer manager. The default value is 524288 (0x80000) bytes.
Requirements

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

See Also

Reference

SmartHttpBinding Class
SmartHttpBinding Members

Send Feedback