AWS SDK for .NET Documentation
CreateHeaderEntry Method (key, value)
AmazonAmazon.S3.UtilAmazonS3UtilCreateHeaderEntry(String, String) Did this page help you?   Yes   No    Tell us about it...
Builds and returns the name value collection that can be added to the HTTP headers for the request
Declaration Syntax
C#
public static NameValueCollection CreateHeaderEntry(
	string key,
	string value
)
Parameters
key (String)
The key to be added to the headers (eg. Content-Body)
value (String)
The value of the key being added
Return Value
A NameValueCollection with just one key-value pair

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