NetPeerTcpBinding.MaxBufferPoolSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定對等 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)。