Click or drag to resize

ObsClient Constructor (String, String, ObsConfig)

Initializes a new instance of the ObsClient class

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntax
C#
public ObsClient(
	string accessKeyId,
	string secretAccessKey,
	ObsConfig obsConfig
)

Parameters

accessKeyId
Type: SystemString
secretAccessKey
Type: SystemString
obsConfig
Type: OBSObsConfig
See Also