Click or drag to resize
MediaGatewayOnClientDisconnect Method
Overrideable method for indicates a client disconnection. You can extends functionality if you override this method in your class.

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void OnClientDisconnect(
	IClient client
)

Parameters

client
Type: Ozeki.MediaGatewayIClient
That client reference who call this method.
See Also