Search Results for

    Show / Hide Table of Contents

    Class FramerUtil

    Inheritance
    object
    FramerUtil
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public static class FramerUtil

    Methods

    | Edit this page View Source

    GetFramer(FramerType)

    Declaration
    public static IByteFramer GetFramer(FramerType type)
    Parameters
    Type Name Description
    FramerType type
    Returns
    Type Description
    IByteFramer
    | Edit this page View Source

    ParseFramerType(string)

    Declaration
    public static FramerType ParseFramerType(string contentType)
    Parameters
    Type Name Description
    string contentType
    Returns
    Type Description
    FramerType
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation