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






Syntax
[System.ComponentModel.DefaultValue()]
public virtual System.long MaxBufferPoolSize {get; set;}
public read-write property MaxBufferPoolSize: System.Int64; virtual; 
System.ComponentModel.DefaultValueAttribute()
public function get,set MaxBufferPoolSize : System.long
[System.ComponentModel.DefaultValue()]
public: __property virtual System.long get_MaxBufferPoolSize();
public: __property virtual void set_MaxBufferPoolSize( 
   System.long value
);
[System.ComponentModel.DefaultValue()]
public:
virtual property System.int64 MaxBufferPoolSize {
   System.int64 get();
   void set (    System.int64 value);
}
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property MaxBufferPoolSize As System.Long
 
'Usage
 
Dim instance As HttpsViaProxyTransportBindingElement
Dim value As System.Long
 
instance.MaxBufferPoolSize = value
 
value = instance.MaxBufferPoolSize
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

HttpsViaProxyTransportBindingElement Class
HttpsViaProxyTransportBindingElement Members

Send Feedback