RemoteBrowserFileStreamOptions.MaxSegmentSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property int MaxSegmentSize { int get(); void set(int value); };
public int MaxSegmentSize { get; set; }
member this.MaxSegmentSize : int with get, set
Public Property MaxSegmentSize As Integer