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.
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); }
.NET Framework
Available since 4.0
Available since 4.0
Show: