SkyWay Unity SDK
公式APIリファレンス
|
Exposes the access to the information in a WebSocket session. [詳解]
プロパティ | |
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.
|
get |
Gets the unique ID of the session.
A string that represents the unique ID of the session.
WebSocketSharp.Server.WebSocketBehaviorで実装されています。
|
get |
Gets the time that the session has started.
A DateTime that represents the time that the session has started.
WebSocketSharp.Server.WebSocketBehaviorで実装されています。
|
get |
Gets the WebSocket interface for the session.
A WebSocketSharp.WebSocket that represents the interface.