OBS SDK for .NET 3.19.7.1 API
OBS SDK for .NET 3.19.7.1 API
OBS 命名空间
OBS.Model
CorsRule 类
CorsRule 属性
AllowedHeaders 属性
AllowedMethods 属性
AllowedOrigins 属性
ExposeHeaders 属性
Id 属性
MaxAgeSeconds 属性
CorsRule
AllowedOrigins 属性
跨域规则中允许的请求来源列表(表示域名的字符串)。
命名空间:
OBS.Model
程序集:
esdk_obs_.net (在 esdk_obs_.net.dll 中) 版本:3.19.7.1 (3.19.7.1)
语法
C#
复制
public
IList
<
string
>
AllowedOrigins
{
get
;
set
; }
属性值
类型:
IList
String
备注
参数必选。
参见
引用
CorsRule 类
OBS.Model 命名空间