C# Class Amazon.S3.Model.HeadersCollection

This class contains the headers for an S3 object.
Show file Open project: scopely/aws-sdk-net

Public Methods

Method Description
this ( string name ) : string

Gets and sets headers to set for the object.

Private Methods

Method Description
IsSetContentType ( ) : bool

Method Details

this() public method

Gets and sets headers to set for the object.
public this ( string name ) : string
name string The name of the header
return string