RemoteBrowserFileStreamOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
RemoteJSDataStream defaults are utilized instead of the options here.
使用 Blazor 伺服器重新表示可 Microsoft.AspNetCore.Components.Forms.BrowserFileStream 設定的選項。
public ref class RemoteBrowserFileStreamOptions
public class RemoteBrowserFileStreamOptions
[System.Obsolete("RemoteJSDataStream defaults are utilized instead of the options here.")]
public class RemoteBrowserFileStreamOptions
type RemoteBrowserFileStreamOptions = class
[<System.Obsolete("RemoteJSDataStream defaults are utilized instead of the options here.")>]
type RemoteBrowserFileStreamOptions = class
Public Class RemoteBrowserFileStreamOptions
- 繼承
-
RemoteBrowserFileStreamOptions
- 屬性
建構函式
RemoteBrowserFileStreamOptions() |
已淘汰.
使用 Blazor 伺服器重新表示可 Microsoft.AspNetCore.Components.Forms.BrowserFileStream 設定的選項。 |
屬性
MaxBufferSize |
已淘汰.
取得或設定透過 SignalR 線路傳送之未讀取資料的內部緩衝區大小上限。 這只有在使用 Blazor 伺服器時才會生效。 |
MaxSegmentSize |
已淘汰.
取得或設定透過 SignalR 線路傳送之檔案資料的區段大小上限。 預設值為 20K。 這只有在使用 Blazor 伺服器時才會生效。 |
SegmentFetchTimeout |
已淘汰.
取得或設定擷取檔案資料區段的時間限制。 這只有在使用 Blazor 伺服器時才會生效。 |