AWS SDK for .NET Documentation
AddHeader Method (key, value)
AmazonAmazon.S3.ModelS3RequestAddHeader(String, String) Did this page help you?   Yes   No    Tell us about it...
Adds the header to the collection of headers for the request.
Declaration Syntax
C#
public void AddHeader(
	string key,
	string value
)
Parameters
key (String)
The name of the header, for example Content-Disposition.
value (String)
The value to be set for the header.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)