Class SocketSession
Represents Socket.IO session information.
Namespace: TehGM.Wolfringo.Socket
Assembly: Wolfringo.Core.dll
Syntax
public class SocketSession
Properties
| Improve this Doc View SourceID
Session ID.
Declaration
[JsonProperty("sid")]
public string ID { get; }
Property Value
Type | Description |
---|---|
String |
PingInterval
Interval at which the client should ping the server.
Declaration
[JsonProperty("pingInterval", Required = Required.Always)]
public int PingInterval { get; }
Property Value
Type | Description |
---|---|
Int32 |
PingTimeout
Timeout for ping messages.
Declaration
[JsonProperty("pingTimeout")]
public int PingTimeout { get; }
Property Value
Type | Description |
---|---|
Int32 |