Amazon.S3.AmazonS3Client.GetCORSConfiguration C# (CSharp) 메소드

GetCORSConfiguration() 공개 메소드

Returns the cors configuration for the bucket.
public GetCORSConfiguration ( GetCORSConfigurationRequest request ) : GetCORSConfigurationResponse
request GetCORSConfigurationRequest Container for the necessary parameters to execute the GetCORSConfiguration service method.
리턴 GetCORSConfigurationResponse
        public GetCORSConfigurationResponse GetCORSConfiguration(GetCORSConfigurationRequest request)
        {
            var marshaller = new GetCORSConfigurationRequestMarshaller();
            var unmarshaller = GetCORSConfigurationResponseUnmarshaller.Instance;

            return Invoke<GetCORSConfigurationRequest,GetCORSConfigurationResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonS3Client::GetCORSConfiguration ( string bucketName ) : GetCORSConfigurationResponse
AmazonS3Client