MtomMessageEncodingElement.MaxBufferSize Eigenschap

Definitie

Hiermee haalt u de maximale grootte van de buffer op of stelt u deze in.

public:
 property int MaxBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferSize", DefaultValue=65536)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxBufferSize : int with get, set
Public Property MaxBufferSize As Integer

Waarde van eigenschap

Het maximum aantal typen dat wordt gebruikt om berichten te bufferen.

Kenmerken

Van toepassing op