The ClientConfiguration type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConnectionTimeout |
获取或设置连接的超时时间,单位为毫秒。
|
![]() | MaxErrorRetry |
获取或设置请求发生错误时最大的重试次数。
|
![]() | ProxyDomain |
获取或设置代理服务器授权用户所在的域。
|
![]() | ProxyHost |
获取或设置代理服务器的地址。
|
![]() | ProxyPassword |
获取或设置密码。
|
![]() | ProxyPort |
获取或设置代理服务器的端口。
|
![]() | ProxyUserName |
获取或设置用户名。
|
![]() | UserAgent |
获取设置访问请求的User-Agent。
|
See Also