共用方式為


HubOptions.StreamBufferCapacity 屬性

定義

取得或設定用戶端上傳資料流程的緩衝區大小上限。 預設大小為 10。

public:
 property Nullable<int> StreamBufferCapacity { Nullable<int> get(); void set(Nullable<int> value); };
public int? StreamBufferCapacity { get; set; }
member this.StreamBufferCapacity : Nullable<int> with get, set
Public Property StreamBufferCapacity As Nullable(Of Integer)

屬性值

適用於