Click or drag to resize

ObsClientBeginSetBucketCors Method

Start the asynchronous request for configuring bucket CORS.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public IAsyncResult BeginSetBucketCors(
	SetBucketCorsRequest request,
	AsyncCallback callback,
	Object state
)

Parameters

request
Type: OBS.ModelSetBucketCorsRequest
Parameters in a request for configuring bucket CORS
callback
Type: SystemAsyncCallback
Asynchronous request callback function
state
Type: SystemObject
Asynchronous request status object

Return Value

Type: IAsyncResult
Response to the asynchronous request
See Also