FluentServiceClientBase<TClient> Class

Definition

public abstract class FluentServiceClientBase<TClient> : Microsoft.Rest.ServiceClient<TClient> where TClient : ServiceClient<TClient>
type FluentServiceClientBase<'Client (requires 'Client :> ServiceClient<'Client>)> = class
    inherit ServiceClient<'Client (requires 'Client :> ServiceClient<'Client>)>
Public MustInherit Class FluentServiceClientBase(Of TClient)
Inherits ServiceClient(Of TClient)

Type Parameters

TClient
Inheritance
ServiceClient<TClient>
FluentServiceClientBase<TClient>
Derived

Constructors

FluentServiceClientBase<TClient>(RestClient)
FluentServiceClientBase<TClient>(RestClient, HttpClient)
FluentServiceClientBase<TClient>(String, RestClient)
FluentServiceClientBase<TClient>(String, RestClient, HttpClient)

Fields

_restClient

Properties

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

FirstMessageHandler (Inherited from ServiceClient<T>)
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
Initialize()
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to