BasicHttpBindingElement.MaxBufferPoolSize Eigenschap

Definitie

Hiermee wordt de maximale grootte, in bytes, opgehaald of ingesteld voor een buffergroep waarin berichten worden opgeslagen die door de binding worden verwerkt.

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=0)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=0)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

Waarde van eigenschap

Een Int64 waarde die de maximale grootte (in bytes) aangeeft voor een buffergroep die door de binding wordt verwerkt. De standaardwaarde is 512*1024 bytes.

Kenmerken

Van toepassing op