SkyWay Unity SDK
公式APIリファレンス
読み取り中…
検索中…
一致する文字列を見つけられません
WebSocketSharp.Server.IWebSocketSession インタフェース

Exposes the access to the information in a WebSocket session. [詳解]

WebSocketSharp.Server.IWebSocketSession の継承関係図
WebSocketSharp.Server.WebSocketBehavior

プロパティ

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.
 

詳解

Exposes the access to the information in a WebSocket session.

プロパティ詳解

◆ ID

string WebSocketSharp.Server.IWebSocketSession.ID
get

Gets the unique ID of the session.

A string that represents the unique ID of the session.

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.

WebSocketSharp.Server.WebSocketBehaviorで実装されています。

◆ WebSocket

WebSocket WebSocketSharp.Server.IWebSocketSession.WebSocket
get

Gets the WebSocket interface for the session.

A WebSocketSharp.WebSocket that represents the interface.


このインタフェース詳解は次のファイルから抽出されました: