ServiceClient 成员
Represents the base ServiceClient class.
以下各表列出了由 ServiceClient 类型公开的成员。
公共 构造函数
Name | 说明 | |
---|---|---|
ServiceClient | 重载。 |
返回页首
公共 属性
Name | 说明 | |
---|---|---|
HttpClient | Gets the HttpClient that is used for making HTTP requests. | |
UserAgent | Gets the UserAgent collection. This collection can be modified with custom user agent strings. |
返回页首
公共 方法
(另请参见 受保护 方法)
Name | 说明 | |
---|---|---|
Dispose | Releases the resources that are used by the current instance of the ServiceClient class. | |
Equals | (继承自 Object) | |
GetHashCode | (继承自 Object) | |
GetType | (继承自 Object) | |
ToString | (继承自 Object) | |
WithHandler | 重载。 | |
WithHandlers |
返回页首
受保护 方法
(另请参见 Extension 方法)
Name | 说明 | |
---|---|---|
Clone | Clones the service client. | |
Finalize | (继承自 Object) | |
InitializeHttpClient | Initializes HttpClient. | |
MemberwiseClone | (继承自 Object) | |
WithHandler | 重载。 |
返回页首
Extension 方法
Name | 说明 | |
---|---|---|
AddHandlerToPipeline | Adds a handler to the end of the HTTP pipeline of the client. (Defined by CloudExtensions.) | |
GetAssemblyVersion | Gets the assembly version of a service client. (Defined by CloudExtensions.) | |
GetHttpPipeline | 重载。 (Defined by CloudExtensions.) | |
SetRetryPolicy | Sets retry policy for the client. (Defined by CloudExtensions.) |
返回页首