C-DEngine 5.105

WebSocketSessionManager..::..Item Property

Gets the session with the specified id.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IWebSocketSession this[
	string id
] { get; }
Public ReadOnly Default Property Item ( _
	id As String _
) As IWebSocketSession
	Get
public:
property IWebSocketSession^ default[String^ id] {
	IWebSocketSession^ get (String^ id);
}

Parameters

id
Type: String
A String that represents the ID of the session to find.

Field Value

A IWebSocketSession instance that provides the access to the information in the session, or nullNothingnullptra null reference (Nothing in Visual Basic) if it's not found.