表示访问阿里云服务的配置信息。
Inheritance Hierarchy
Aliyun.OpenServicesClientConfiguration
Namespace: Aliyun.OpenServices
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax
The ClientConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ClientConfiguration |
初始化新的ClientConfiguration的实例。
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
获取该实例的拷贝。
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
用作特定类型的哈希函数。
(Inherited from Object.) |
![]() | GetType |
获取当前实例的 Type。
(Inherited from Object.) |
![]() | MemberwiseClone |
创建当前 Object 的浅表副本。
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ConnectionTimeout |
获取或设置连接的超时时间,单位为毫秒。
|
![]() | MaxErrorRetry |
获取或设置请求发生错误时最大的重试次数。
|
![]() | ProxyDomain |
获取或设置代理服务器授权用户所在的域。
|
![]() | ProxyHost |
获取或设置代理服务器的地址。
|
![]() | ProxyPassword |
获取或设置密码。
|
![]() | ProxyPort |
获取或设置代理服务器的端口。
|
![]() | ProxyUserName |
获取或设置用户名。
|
![]() | UserAgent |
获取设置访问请求的User-Agent。
|
See Also