Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class SocketSession

    Represents Socket.IO session information.

    Inheritance
    System.Object
    SocketSession
    Namespace: TehGM.Wolfringo.Socket
    Assembly: Wolfringo.Core.dll
    Syntax
    public class SocketSession

    Properties

    | Improve this Doc View Source

    ID

    Session ID.

    Declaration
    [JsonProperty("sid")]
    public string ID { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PingInterval

    Interval at which the client should ping the server.

    Declaration
    [JsonProperty("pingInterval", Required = Required.Always)]
    public int PingInterval { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PingTimeout

    Timeout for ping messages.

    Declaration
    [JsonProperty("pingTimeout")]
    public int PingTimeout { get; }
    Property Value
    Type Description
    System.Int32