共用方式為


ConnectionOrientedTransportElement.ConnectionBufferSize 屬性

定義

取得或設定用於在用戶端或服務的網路上傳輸已序列化之訊息部分的緩衝區大小。

public:
 property int ConnectionBufferSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int ConnectionBufferSize { get; set; }
[<System.Configuration.ConfigurationProperty("connectionBufferSize", DefaultValue=8192)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.ConnectionBufferSize : int with get, set
Public Property ConnectionBufferSize As Integer

屬性值

用於在用戶端或服務的網路上傳輸已序列化之訊息部分的緩衝區的大小。 預設值為 8K。

屬性

備註

這個值可以變更,以根據平均訊息大小和交換模式提供更佳的輸送量。

適用於