HubConnectionContextOptions 类

定义

用于配置 HubConnectionContext的选项。

public ref class HubConnectionContextOptions
public class HubConnectionContextOptions
type HubConnectionContextOptions = class
Public Class HubConnectionContextOptions
继承
HubConnectionContextOptions

构造函数

HubConnectionContextOptions()

用于配置 HubConnectionContext的选项。

属性

ClientTimeoutInterval

获取或设置在服务器关闭连接之前客户端必须发送消息的时间窗口。

KeepAliveInterval

获取或设置用于向连接的客户端发送保持活动 ping 的间隔。

MaximumParallelInvocations

获取或设置最大并行中心方法调用数。

MaximumReceiveMessageSize

获取或设置客户端可以发送的最大消息大小。

StreamBufferCapacity

获取或设置客户端上传流的最大缓冲区大小。

适用于