Click or drag to resize
ISessionEventListenerOnLoggedIn Method
Fires when the session has successfully logged in.

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
void OnLoggedIn(
	ISession session,
	bool reconnected
)

Parameters

session
Type: Six.Sixp.ClientISession
The session that initiated the event
reconnected
Type: SystemBoolean
Indicates if the session has redconnectd or if it's the first login
See Also