UdpTransportSettingsElement::MaxBufferPoolSize Property

.NET Framework (current version)
 

Gets or sets a maximum allotment, in bytes, of memory for the process of reading and writing pages of data into memory from the disk.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("maxBufferPoolSize", DefaultValue = 524288)]
[LongValidatorAttribute(MinValue = 1, MaxValue = 9223372036854775807)]
property long long MaxBufferPoolSize {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

A number that indicates the size of a buffer pool.

.NET Framework
Available since 4.0
Return to top
Show: