RemoteBrowserFileStreamOptions Class

Definition

Caution

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
Inheritance
RemoteBrowserFileStreamOptions
Attributes

Constructors

RemoteBrowserFileStreamOptions()

Properties

MaxBufferSize

Gets or sets the maximum internal buffer size for unread data sent over a SignalR circuit.

This only has an effect when using Blazor Server.

MaxSegmentSize

Gets or sets the maximum segment size for file data sent over a SignalR circuit. The default value is 20K.

This only has an effect when using Blazor Server.

SegmentFetchTimeout

Gets or sets the time limit for fetching a segment of file data.

This only has an effect when using Blazor Server.

Applies to