RefererConfigurationAllowEmptyReferer Property |
指定是否允许referer字段为空的请求访问。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic bool AllowEmptyReferer { get; set; }
Public Property AllowEmptyReferer As Boolean
Get
Set
public:
property bool AllowEmptyReferer {
bool get ();
void set (bool value);
}
member AllowEmptyReferer : bool with get, set
Property Value
Type:
Boolean
See Also