My Project
Loading...
Searching...
No Matches
Properties | List of all members
WebSocketSharp.Server.IWebSocketSession Interface Reference

Exposes the access to the information in a WebSocket session. More...

Inheritance diagram for WebSocketSharp.Server.IWebSocketSession:
WebSocketSharp.Server.WebSocketBehavior RconListener WebSocketListener.ListenerWebSocketBehavior

Properties

string ID [get]
 Gets the unique ID of the session.
 
DateTime StartTime [get]
 Gets the time that the session has started.
 
WebSocket WebSocket [get]
 Gets the WebSocket interface for the session.
 

Detailed Description

Exposes the access to the information in a WebSocket session.

Property Documentation

◆ ID

string WebSocketSharp.Server.IWebSocketSession.ID
get

Gets the unique ID of the session.

A string that represents the unique ID of the session.

Implemented in WebSocketSharp.Server.WebSocketBehavior.

◆ StartTime

DateTime WebSocketSharp.Server.IWebSocketSession.StartTime
get

Gets the time that the session has started.

A DateTime that represents the time that the session has started.

Implemented in WebSocketSharp.Server.WebSocketBehavior.

◆ WebSocket

WebSocket WebSocketSharp.Server.IWebSocketSession.WebSocket
get

Gets the WebSocket interface for the session.

A WebSocketSharp.WebSocket that represents the interface.


The documentation for this interface was generated from the following file: