संपादित करें

इसके माध्यम से साझा किया गया


WebHttpEndpointElement.MaxBufferPoolSize Property

Definition

Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints using this binding.

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

Property Value

A 64-bit representation of a number.

Attributes

Applies to