WSHttpBindingBaseElement.MaxBufferPoolSize Eigenschap

Definitie

Hiermee wordt de maximale grootte, in bytes, opgehaald of ingesteld voor een buffergroep waarin TCP-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

De maximale grootte (in bytes) voor een buffergroep die door de binding wordt verwerkt. De standaardwaarde is 65.536 bytes.

Kenmerken

Van toepassing op