RemoteBrowserFileStreamOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
RemoteJSDataStream defaults are utilized instead of the options here.
使用 Blazor Server 重新输入 的 Microsoft.AspNetCore.Components.Forms.BrowserFileStream 可配置选项。
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
- 继承
-
RemoteBrowserFileStreamOptions
- 属性
构造函数
RemoteBrowserFileStreamOptions() |
已过时.
使用 Blazor Server 重新输入 的 Microsoft.AspNetCore.Components.Forms.BrowserFileStream 可配置选项。 |
属性
MaxBufferSize |
已过时.
获取或设置通过 SignalR 线路发送的未读数据的最大内部缓冲区大小。 这仅在使用 Blazor 服务器时有效。 |
MaxSegmentSize |
已过时.
获取或设置通过 SignalR 线路发送的文件数据的最大段大小。 默认值为 20K。 这仅在使用 Blazor 服务器时有效。 |
SegmentFetchTimeout |
已过时.
获取或设置提取文件数据段的时间限制。 这仅在使用 Blazor 服务器时有效。 |