FhirServiceCorsConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The settings for the CORS configuration of the service instance.
public class FhirServiceCorsConfiguration
type FhirServiceCorsConfiguration = class
Public Class FhirServiceCorsConfiguration
- Inheritance
-
FhirServiceCorsConfiguration
Constructors
FhirServiceCorsConfiguration() |
Initializes a new instance of the FhirServiceCorsConfiguration class. |
FhirServiceCorsConfiguration(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the FhirServiceCorsConfiguration class. |
Properties
AllowCredentials |
Gets or sets if credentials are allowed via CORS. |
Headers |
Gets or sets the headers to be allowed via CORS. |
MaxAge |
Gets or sets the max age to be allowed via CORS. |
Methods |
Gets or sets the methods to be allowed via CORS. |
Origins |
Gets or sets the origins to be allowed via CORS. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET