Search Results for

    Show / Hide Table of Contents

    Interface IUserControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IUserControllerApiSync.GetJsonPropertyAsString(string, object, int)
    IUserControllerApiSync.GetJsonPropertyAsStringWithHttpInfo(string, object, int)
    IUserControllerApiSync.GetUserInfo(int)
    IUserControllerApiSync.GetUserInfoWithHttpInfo(int)
    IUserControllerApiAsync.GetJsonPropertyAsStringAsync(string, object, int, CancellationToken)
    IUserControllerApiAsync.GetJsonPropertyAsStringWithHttpInfoAsync(string, object, int, CancellationToken)
    IUserControllerApiAsync.GetUserInfoAsync(int, CancellationToken)
    IUserControllerApiAsync.GetUserInfoWithHttpInfoAsync(int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IUserControllerApi : IUserControllerApiSync, IUserControllerApiAsync, IApiAccessor
    • View Source
    In This Article
    Back to top See MailSlurp website for more information.