Class SignalRConfiguration
Namespace: Ordering.API.Settings
Assembly: Ordering.API.dll
Represents the configuration settings for SignalR.
Inheritance
object ← SignalRConfiguration
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ClientTimeoutInterval
Gets or sets the maximum size of the message that can be received by the server.
Property Value
EnableDetailedErrors
Gets or sets a value indicating whether detailed errors are enabled.
Property Value
HandshakeTimeout
Gets or sets the timeout (in seconds) for the client to complete the handshake with the server.
Property Value
KeepAliveInterval
Gets or sets the interval (in seconds) at which the server sends keepalive pings to connected clients.
Property Value
SectionName
Gets or sets the section name for the SignalR configuration in the configuration source.