RemoteBrowserFileStreamOptions Třída

Definice

Upozornění

RemoteJSDataStream defaults are utilized instead of the options here.

Repesents configurable options for Microsoft.AspNetCore.Components.Forms.BrowserFileStream with Blazor Server.

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
Dědičnost
RemoteBrowserFileStreamOptions
Atributy

Konstruktory

RemoteBrowserFileStreamOptions()

Vlastnosti

MaxBufferSize

Získá nebo nastaví maximální velikost interní vyrovnávací paměti pro nepřečtená data odeslaná přes okruh SignalR.

To má vliv pouze při použití Blazor Serveru.

MaxSegmentSize

Získá nebo nastaví maximální velikost segmentu pro data souboru odesílaná přes okruh SignalR. Výchozí hodnota je 20 K.

To má vliv pouze při použití Blazor Serveru.

SegmentFetchTimeout

Získá nebo nastaví časový limit pro načtení segmentu dat souboru.

To má vliv pouze při použití Blazor Serveru.

Platí pro