HubConnection.DefaultHandshakeTimeout 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 timeout which specifies how long to wait for the handshake to respond before closing the connection. Default is 15 seconds.
public: static initonly TimeSpan DefaultHandshakeTimeout;
public static readonly TimeSpan DefaultHandshakeTimeout;
staticval mutable DefaultHandshakeTimeout : TimeSpan
Public Shared ReadOnly DefaultHandshakeTimeout As TimeSpan