Search Results for

    Show / Hide Table of Contents

    Class ProfileClient

    Inheritance
    System.Object
    ClientBase
    ProfileClient
    Implements
    System.IDisposable
    Inherited Members
    ClientBase.ApiVersion
    ClientBase.DefaultUrl
    ClientBase.Dispose()
    ClientBase.PostAsync<T, I>(String, String, String, I)
    ClientBase.PutAsync<T, I>(String, String, String, I)
    ClientBase.DeleteAsync<T>(String, String, String, IDictionary<String, String>)
    ClientBase.GetAsync<T>(String, String, String, IDictionary<String, String>)
    ClientBase.PostMultipartAsync(String, String, String, Byte[], IDictionary<String, String>)
    ClientBase.HttpClient
    ClientBase.User
    ClientBase.Url
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Cloud.API
    Assembly: Simplic.Cloud.API.dll
    Syntax
    public class ProfileClient : ClientBase, IDisposable

    Constructors

    | Improve this Doc View Source

    ProfileClient()

    Declaration
    public ProfileClient()
    | Improve this Doc View Source

    ProfileClient(IClient)

    Declaration
    public ProfileClient(IClient clientBase)
    Parameters
    Type Name Description
    IClient clientBase
    | Improve this Doc View Source

    ProfileClient(String)

    Declaration
    public ProfileClient(string url)
    Parameters
    Type Name Description
    System.String url

    Properties

    | Improve this Doc View Source

    Api

    Declaration
    protected string Api { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Controller

    Declaration
    protected string Controller { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetProfile()

    Get the current profile

    Declaration
    public async Task<ProfileModel> GetProfile()
    Returns
    Type Description
    System.Threading.Tasks.Task<ProfileModel>

    Profile instance

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx