Gets or sets the maximum number of bytes that are used to buffer incoming messages in memory.
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);
}
'Declaration
Public Property MaxBufferPoolSize As System.Long
'Usage
Dim instance As BasicSoapTcpBinding
Dim value As System.Long
instance.MaxBufferPoolSize = value
value = instance.MaxBufferPoolSize
Property Value
If you receive more data than you can buffer, the data that exceeds the buffer size remains
on the underlying socket until your buffer has room for the rest of the data.
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