共用方式為


PeerTransportElement.MaxBufferPoolSize 屬性

定義

取得或設定組態項目,指定 TCP 訊息緩衝集區的大小上限,以位元組為單位。

public:
 property long MaxBufferPoolSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)]
[System.Configuration.LongValidator(MinValue=1)]
public long MaxBufferPoolSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBufferPoolSize", DefaultValue=524288)>]
[<System.Configuration.LongValidator(MinValue=1)>]
member this.MaxBufferPoolSize : int64 with get, set
Public Property MaxBufferPoolSize As Long

屬性值

指定 TCP 訊息緩衝集區的大小上限的 Int64,以位元組為單位。 預設值為 524,288 個位元組。

屬性

備註

如果您接收超出可以緩衝的資料,則超出緩衝大小的資料會保留在基礎通訊端中,直到緩衝區再度有空間可存放其他資料為止。

適用於