你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FhirServiceCorsConfiguration 类

定义

服务实例的 CORS 配置设置。

public class FhirServiceCorsConfiguration
type FhirServiceCorsConfiguration = class
Public Class FhirServiceCorsConfiguration
继承
FhirServiceCorsConfiguration

构造函数

FhirServiceCorsConfiguration()

初始化 FhirServiceCorsConfiguration 类的新实例。

FhirServiceCorsConfiguration(IList<String>, IList<String>, IList<String>, Nullable<Int32>, Nullable<Boolean>)

初始化 FhirServiceCorsConfiguration 类的新实例。

属性

AllowCredentials

获取或设置是否允许通过 CORS 使用凭据。

Headers

获取或设置允许通过 CORS 的标头。

MaxAge

获取或设置要通过 CORS 允许的最大期限。

Methods

获取或设置允许通过 CORS 使用的方法。

Origins

获取或设置允许通过 CORS 的源。

方法

Validate()

验证 对象。

适用于