HubConnection.DefaultKeepAliveInterval Field

Definition

The default interval that the client will send keep alive messages to let the server know to not close the connection. Default is 15 second interval.

public: static initonly TimeSpan DefaultKeepAliveInterval;
public static readonly TimeSpan DefaultKeepAliveInterval;
 staticval mutable DefaultKeepAliveInterval : TimeSpan
Public Shared ReadOnly DefaultKeepAliveInterval As TimeSpan 

Field Value

Applies to