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