Click or drag to resize

ObsClient Constructor (String, String, String, ObsConfig)

Constructor

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

Parameters

accessKeyId
Type: SystemString
AK in the access key
secretAccessKey
Type: SystemString
SK in the access key
securityToken
Type: SystemString
Security token
obsConfig
Type: OBSObsConfig
Configuration parameters of ObsClient
See Also