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