Show / Hide Table of Contents

    Class TextIconsClient

    Inheritance
    System.Object
    TextIconsClient
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Icons.Client
    Assembly: Dangl.Icons.Client.dll
    Syntax
    public class TextIconsClient

    Constructors

    | Improve this Doc View Source

    TextIconsClient(HttpClient)

    Declaration
    public TextIconsClient(HttpClient httpClient)
    Parameters
    Type Name Description
    System.Net.Http.HttpClient httpClient

    Properties

    | Improve this Doc View Source

    JsonSerializerSettings

    Declaration
    protected JsonSerializerSettings JsonSerializerSettings { get; }
    Property Value
    Type Description
    Newtonsoft.Json.JsonSerializerSettings

    Methods

    | Improve this Doc View Source

    GennerateTextIconAsync(PostTextIcon)

    Declaration
    public Task<FileResponse> GennerateTextIconAsync(PostTextIcon iconOptions)
    Parameters
    Type Name Description
    PostTextIcon iconOptions
    Returns
    Type Description
    System.Threading.Tasks.Task<FileResponse>
    Exceptions
    Type Condition
    SwaggerException

    A server side error occurred.

    | Improve this Doc View Source

    GennerateTextIconAsync(PostTextIcon, CancellationToken)

    Declaration
    public Task<FileResponse> GennerateTextIconAsync(PostTextIcon iconOptions, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    PostTextIcon iconOptions
    System.Threading.CancellationToken cancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns
    Type Description
    System.Threading.Tasks.Task<FileResponse>
    Exceptions
    Type Condition
    SwaggerException

    A server side error occurred.

    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH