NetPeerTcpBinding.MaxBufferPoolSize 屬性

定義

取得或設定對等 TCP 緩衝區所使用之記憶體集區大小上限 (位元組)。

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
public long MaxBufferPoolSize { get; set; }
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

屬性值

Int32 值,指定記憶體中用於緩衝傳入訊息的位元組數目上限。 預設值為 65,536 位元組。

備註

MaxBufferPoolSize 的值不得小於 MaxReceivedMessageSize,後者的預設值也是 65536 位元組 (64 KB)。

適用於