RemoteBrowserFileStreamOptions.MaxSegmentSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定透過 SignalR 線路傳送之檔案資料的區段大小上限。 預設值為 20K。
這只有在使用 Blazor 伺服器時才會生效。
public:
property int MaxSegmentSize { int get(); void set(int value); };
public int MaxSegmentSize { get; set; }
member this.MaxSegmentSize : int with get, set
Public Property MaxSegmentSize As Integer