| SetBucketRefererRequest Class |
Namespace: Aliyun.OSS
The SetBucketRefererRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| SetBucketRefererRequest(String) |
使用空的referer列表、允许referer为空的请求访问的构造函数。
| |
| SetBucketRefererRequest(String, IListString) |
使用指定的referer列表、允许referer为空的请求访问的构造函数。
| |
| SetBucketRefererRequest(String, IEnumerableString, Boolean) |
使用指定的referer列表、是否允许referer为空的请求访问的构造函数。
|
| Name | Description | |
|---|---|---|
| ClearRefererList |
清空referer列表。
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AllowEmptyReferer |
指定是否允许referer字段为空的请求访问。
| |
| BucketName | ||
| RefererList |
获取或者设置需要删除的referer列表。
|