| RefererConfigurationAllowEmptyReferer Property  | 
            Flag of allowing empty referer
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
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