Udostępnij za pośrednictwem


HttpTransportElement.MaxBufferSize Właściwość

Definicja

Pobiera lub ustawia maksymalny rozmiar puli buforów.

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

Wartość właściwości

Int32

Maksymalny rozmiar puli buforów. Wartość domyślna to 524 288 bajtów (512 * 1024).

Atrybuty

Dotyczy