CorsRule Class |
Namespace: OBS.Model
public class CorsRule
The CorsRule type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowedHeaders |
Request headers allowed by the CORS rules
|
![]() | AllowedMethods |
Method list of the CORS rules
|
![]() | AllowedOrigins |
List of origins (character strings representing domain names) allowed by the CORS rules
|
![]() | ExposeHeaders |
Response headers allowed by the CORS rules
|
![]() | Id |
CORS rule ID
|
![]() | MaxAgeSeconds |
Cache duration (in seconds) of the request result on the OBS client
|