HubConnectionContextOptions Class

Definition

Options used to configure HubConnectionContext.

public ref class HubConnectionContextOptions
public class HubConnectionContextOptions
type HubConnectionContextOptions = class
Public Class HubConnectionContextOptions
Inheritance
HubConnectionContextOptions

Constructors

HubConnectionContextOptions()

Properties

ClientTimeoutInterval

Gets or sets the time window clients have to send a message before the server closes the connection.

KeepAliveInterval

Gets or sets the interval used to send keep alive pings to connected clients.

MaximumParallelInvocations

Gets or sets the maximum parallel hub method invocations.

MaximumReceiveMessageSize

Gets or sets the maximum message size the client can send.

StreamBufferCapacity

Gets or sets the max buffer size for client upload streams.

Applies to