Search Results for

    Show / Hide Table of Contents

    Class OptionTag

    A tag for an OptionsAttribute.

    Inheritance
    System.Object
    OptionTag
    TrickleIceOptionTag
    UnknownIceOptionTag
    Namespace: FM.LiveSwitch.Sdp.Ice
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class OptionTag : object

    Properties

    Trickle

    Gets the "trickle" option string.

    Declaration
    public static string Trickle { get; }
    Property Value
    Type Description
    System.String

    Type

    Gets or sets the type of this tag.

    Declaration
    public OptionTagType Type { get; protected set; }
    Property Value
    Type Description
    OptionTagType

    Methods

    Parse(String)

    Generates a tag object from a string.

    Declaration
    public static OptionTag Parse(string tagString)
    Parameters
    Type Name Description
    System.String tagString

    The tag string.

    Returns
    Type Description
    OptionTag

    ToString()

    Gets the string representation of this tag.

    Declaration
    public abstract override string ToString()
    Returns
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0