AWS SDK for .NET Documentation
WithExposeHeaders Method (args)
AmazonAmazon.S3.ModelCORSRuleWithExposeHeaders(array<String>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Sets one or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public CORSRule WithExposeHeaders(
	params string[] args
)
Parameters
args (array<String>[]()[][])
ExposeHeaders property
Return Value
this instance
Remarks
You add one ExposeHeader in the rule for each header.

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