ServiceClient Members
Represents the base ServiceClient class.
The following tables list the members exposed by the ServiceClient type.
Public Constructors
Name | Description | |
---|---|---|
ServiceClient | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Dispose | Releases the resources that are used by the current instance of the ServiceClient class. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) | |
WithHandler | Overloaded. | |
WithHandlers |
Top
Protected Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
Clone | Clones the service client. | |
Finalize | (Inherited from Object) | |
InitializeHttpClient | Initializes HttpClient. | |
MemberwiseClone | (Inherited from Object) | |
WithHandler | Overloaded. |
Top
Extension Methods
Name | Description | |
---|---|---|
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 | Overloaded. (Defined by CloudExtensions.) | |
SetRetryPolicy | Sets retry policy for the client. (Defined by CloudExtensions.) |
Top