Search Results for

    Show / Hide Table of Contents

    Class NetworkModelExtensions

    Inheritance
    object
    NetworkModelExtensions
    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
    Assembly: Glitch9.IO.dll
    Syntax
    public static class NetworkModelExtensions

    Methods

    | Edit this page View Source

    GetMetadata(Dictionary<string, string>, params string[])

    Declaration
    public static string GetMetadata(this Dictionary<string, string> metadata, params string[] keyCandidates)
    Parameters
    Type Name Description
    Dictionary<string, string> metadata
    string[] keyCandidates
    Returns
    Type Description
    string
    | Edit this page View Source

    Reset(CancellationTokenSource)

    Declaration
    public static CancellationTokenSource Reset(this CancellationTokenSource cts)
    Parameters
    Type Name Description
    CancellationTokenSource cts
    Returns
    Type Description
    CancellationTokenSource
    | Edit this page View Source

    SafeLink(CancellationTokenSource, CancellationToken)

    Declaration
    public static CancellationTokenSource SafeLink(this CancellationTokenSource cts, CancellationToken ct)
    Parameters
    Type Name Description
    CancellationTokenSource cts
    CancellationToken ct
    Returns
    Type Description
    CancellationTokenSource
    | Edit this page View Source

    TryGetMetadata(Dictionary<string, string>, out string, params string[])

    Declaration
    public static bool TryGetMetadata(this Dictionary<string, string> metadata, out string value, params string[] keyCandidates)
    Parameters
    Type Name Description
    Dictionary<string, string> metadata
    string value
    string[] keyCandidates
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation