Click or drag to resize
MediaGatewayOnClientConnect Method
Overrideable method for indicates a client connection. 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 OnClientConnect(
	IClient client,
	Object[] parameters
)

Parameters

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