CORSRule.AllowedHeaders Property

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Specifies which headers are allowed in a pre-flight OPTIONS request through the Access-Control-Request-Headers header.

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public List<String> AllowedHeaders { get; set; }
Property Value
Type: System.Collections.Generic.List<System.String>

Remarks

Each header name specified in the Access-Control-Request-Headers must have a corresponding entry in the rule. Only the headers that were requested will be sent back. This element can contain at most one * wildcard character.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8