Udostępnij za pośrednictwem


RemoteBrowserFileStreamOptions Klasa

Definicja

Przestroga

RemoteJSDataStream defaults are utilized instead of the options here.

Repesents konfigurowalne opcje dla programu Microsoft.AspNetCore.Components.Forms.BrowserFileStream 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
Dziedziczenie
RemoteBrowserFileStreamOptions
Atrybuty

Konstruktory

RemoteBrowserFileStreamOptions()
Przestarzałe.

Repesents konfigurowalne opcje dla programu Microsoft.AspNetCore.Components.Forms.BrowserFileStream Blazor Server.

Właściwości

MaxBufferSize
Przestarzałe.

Pobiera lub ustawia maksymalny wewnętrzny rozmiar buforu dla nieprzeczytanych danych wysyłanych przez obwód usługi SignalR.

Ma to wpływ tylko w przypadku korzystania z serwera Blazor.

MaxSegmentSize
Przestarzałe.

Pobiera lub ustawia maksymalny rozmiar segmentu dla danych plików wysyłanych przez obwód usługi SignalR. Wartość domyślna to 20 tys.

Ma to wpływ tylko w przypadku korzystania z serwera Blazor.

SegmentFetchTimeout
Przestarzałe.

Pobiera lub ustawia limit czasu pobierania segmentu danych plików.

Ma to wpływ tylko w przypadku korzystania z serwera Blazor.

Dotyczy