Owneat Technical Guide main Help

Class SignalRConfiguration

Namespace: Ordering.API.Settings
Assembly: Ordering.API.dll

Represents the configuration settings for SignalR.

public class SignalRConfiguration

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.

public int ClientTimeoutInterval { get; set; }

Property Value

int

EnableDetailedErrors

Gets or sets a value indicating whether detailed errors are enabled.

public bool EnableDetailedErrors { get; set; }

Property Value

bool

HandshakeTimeout

Gets or sets the timeout (in seconds) for the client to complete the handshake with the server.

public int HandshakeTimeout { get; set; }

Property Value

int

KeepAliveInterval

Gets or sets the interval (in seconds) at which the server sends keepalive pings to connected clients.

public int KeepAliveInterval { get; set; }

Property Value

int

SectionName

Gets or sets the section name for the SignalR configuration in the configuration source.

public static string SectionName { get; set; }

Property Value

string

Last modified: 21 May 2024