Search Results for

    Show / Hide Table of Contents

    Interface IApiAccessor

    Represents configuration aspects required to interact with the API endpoints.

    Namespace: mailslurp.Client
    Assembly: mailslurp.dll
    Syntax
    public interface IApiAccessor

    Properties

    View Source

    Configuration

    Gets or sets the configuration object

    Declaration
    IReadableConfiguration Configuration { get; set; }
    Property Value
    Type Description
    IReadableConfiguration

    An instance of the Configuration

    View Source

    ExceptionFactory

    Provides a factory method hook for the creation of exceptions.

    Declaration
    ExceptionFactory ExceptionFactory { get; set; }
    Property Value
    Type Description
    ExceptionFactory

    Methods

    View Source

    GetBasePath()

    Gets the base path of the API client.

    Declaration
    string GetBasePath()
    Returns
    Type Description
    string

    The base path

    • View Source
    In This Article
    Back to top See MailSlurp website for more information.