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

DicomServiceCorsConfiguration 类

定义

服务实例的 CORS 配置设置。

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

构造函数

DicomServiceCorsConfiguration()

初始化 DicomServiceCorsConfiguration 的新实例。

属性

AllowCredentials

如果允许通过 CORS 使用凭据。

Headers

允许通过 CORS 的标头。

MaxAge

通过 CORS 允许的最大期限。

Methods

允许通过 CORS 使用的方法。

Origins

允许通过 CORS 的源。

适用于