Show / Hide Table of Contents

    Class DanglHttpClientAccessor

    This class makes an HttpClient available, it can be used with the pattern from the HttpClientFactory.

    Inheritance
    System.Object
    DanglHttpClientAccessor
    DanglHttpClientAccessor<T>
    Namespace: Dangl.RestClient
    Assembly: Dangl.RestClient.dll
    Syntax
    public class DanglHttpClientAccessor : object

    Constructors

    | Improve this Doc View Source

    DanglHttpClientAccessor(HttpClient)

    This class makes an HttpClient available, it can be used with the pattern from the HttpClientFactory.

    Declaration
    public DanglHttpClientAccessor(HttpClient httpClient)
    Parameters
    Type Name Description
    HttpClient httpClient

    Properties

    | Improve this Doc View Source

    HttpClient

    The managed HttpClient

    Declaration
    public HttpClient HttpClient { get; }
    Property Value
    Type Description
    HttpClient
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl