Click or drag to resize

Webex Constructor

Initializes a new instance of the Webex,with an Authenticator class.

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

Parameters

authenticator
Type: WebexSDKIAuthenticator
The authenticator strategy for this SDK
Remarks
Since: 0.1.0
See Also