Search Results for

    Show / Hide Table of Contents

    Class CurlLogOptions

    Inheritance
    object
    CurlLogOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking
    Assembly: Glitch9.IO.dll
    Syntax
    [Serializable]
    public sealed class CurlLogOptions

    Properties

    | Edit this page View Source

    All

    Declaration
    public static CurlLogOptions All { get; }
    Property Value
    Type Description
    CurlLogOptions
    | Edit this page View Source

    Default

    Declaration
    public static CurlLogOptions Default { get; }
    Property Value
    Type Description
    CurlLogOptions
    | Edit this page View Source

    None

    Declaration
    public static CurlLogOptions None { get; }
    Property Value
    Type Description
    CurlLogOptions
    | Edit this page View Source

    RequestInfo

    Declaration
    public bool RequestInfo { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ResponseInfo

    Declaration
    public bool ResponseInfo { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    StreamingFrames

    Declaration
    public bool StreamingFrames { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation