Click or drag to resize

SpaceClient Constructor

Initializes a new instance of the SpaceClient class.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public SpaceClient(
	IAuthenticator authenticator
)

Parameters

authenticator
Type: WebexSDKIAuthenticator
The authenticator.
Remarks
Since: 0.1.0
See Also