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()
Zastaralé.

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

Vlastnosti

MaxBufferSize
Zastaralé.

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

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

MaxSegmentSize
Zastaralé.

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

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

SegmentFetchTimeout
Zastaralé.

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

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

Platí pro