IBaseClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for the base client.
public interface IBaseClient
type IBaseClient = interface
Public Interface IBaseClient
- Derived
Properties
AuthenticationProvider |
Gets the IAuthenticationProvider for authenticating HTTP requests. |
BaseUrl |
Gets the base URL for requests of the client. |
Batch |
Gets the IBatchRequestBuilder for building batch Requests |
HttpProvider |
Gets the IHttpProvider for sending HTTP requests. |
PerRequestAuthProvider |
Gets or Sets the IAuthenticationProvider for authenticating a single HTTP requests. |