Table of Contents

Class GetCORSConfigurationResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the GetBucketCors response and response metadata.

public class GetCORSConfigurationResponse : AmazonWebServiceResponse
Inheritance
GetCORSConfigurationResponse

Constructors

GetCORSConfigurationResponse()

public GetCORSConfigurationResponse()

Properties

Configuration

The current CORSConfiguration for the bucket.

public CORSConfiguration Configuration { get; set; }

Property Value

CORSConfiguration