Click or drag to resize
ISessionEventListenerOnDisconnected Method
Fires when the connection has been disconnected.

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 OnDisconnected(
	ISession session,
	bool unexpected
)

Parameters

session
Type: Six.Sixp.ClientISession
The session that initiated the event
unexpected
Type: SystemBoolean
Indicate if the disconnect was expected or not.
See Also