HubConnection.DefaultKeepAliveInterval Field
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.
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