AWS SDK for .NET Documentation
WithContentType Method (contentType)
AmazonAmazon.S3.ModelInitiateMultipartUploadRequestWithContentType(String) Did this page help you?   Yes   No    Tell us about it...
Sets a standard MIME type describing the format of the object data.
Declaration Syntax
C#
public InitiateMultipartUploadRequest WithContentType(
	string contentType
)
Parameters
contentType (String)
The content type
Return Value
The request with the ContentType set
Remarks
The content type for the content being uploaded. This property defaults to "binary/octet-stream". For more information, refer to: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.24.0 (1.5.24.0)