Search Results for

    Show / Hide Table of Contents

    Interface IApi

    Namespace: AcousticWorkbench
    Assembly: AcousticWorkbench.dll
    Syntax
    public interface IApi

    Properties

    | Improve this Doc View Source

    Host

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

    Protocol

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

    Version

    Declaration
    string Version { get; }
    Property Value
    Type Description
    String

    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
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top