• Introduction
  • Theory
  • Guides
  • Tutorials
  • FAQ
  • Articles
  • Documentation
  • PDF
Search Results for

    Show / Hide Table of Contents

    Class AuthenticatedApi

    Inheritance
    Object
    Api
    AuthenticatedApi
    Implements
    IAuthenticatedApi
    IApi
    Inherited Members
    Api.Default
    Api.Host
    Api.Version
    Api.Protocol
    Api.Parse(String)
    Api.TryParse(String, Api)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: AcousticWorkbench
    Assembly: AcousticWorkbench.dll
    Syntax
    public class AuthenticatedApi : Api, IAuthenticatedApi, IApi

    Properties

    | Improve this Doc View Source

    Token

    Declaration
    public string Token { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Username

    Declaration
    public string Username { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Merge(IApi, String, String)

    Declaration
    public static AuthenticatedApi Merge(IApi api, string username, string authToken)
    Parameters
    Type Name Description
    IApi api
    String username
    String authToken
    Returns
    Type Description
    AuthenticatedApi
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Api.ToString()

    Implements

    IAuthenticatedApi
    IApi

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    UrlGenerator.GetAudioEventUri(IApi, Int64, Int64)
    UrlGenerator.GetAudioEventFilterUri(IApi)
    UrlGenerator.GetAudioRecordingUri(IApi, Int64)
    UrlGenerator.GetLoginUri(IApi)
    UrlGenerator.GetSessionValidateUri(IApi)
    UrlGenerator.GetListenUri(IApi, Int64, Double, Nullable<Double>)
    UrlGenerator.GetMediaInfoUri(IApi, Int64)
    UrlGenerator.GetMediaInfoUri(IApi, Int64, Double, Double)
    UrlGenerator.GetMediaWaveUri(IApi, Int64, Double, Double, Nullable<Int32>, Nullable<Byte>)
    UrlGenerator.Base(IApi, String)
    UrlGenerator.ViewBase(IApi, String)
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Token
      • Username
    • Methods
      • Merge(IApi, String, String)
      • ToString()
    • Implements
    • Extension Methods
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top