C# Class Amazon.S3.Model.HeadersCollectionPost

This class contains browser post supported headers for an S3 object.
Show file Open project: aws/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