Search Results for

    Show / Hide Table of Contents

    Class SetupAttribute

    The 'setup' attribute indicates which of the end points should initiate the TCP connection establishment (i.e., send the initial TCP SYN). The 'setup' attribute is charset-independent and can be a session-level or a media-level attribute.

    Inheritance
    System.Object
    Attribute
    SetupAttribute
    Inherited Members
    Attribute.AttributeType
    Attribute.MultiplexingCategory
    Attribute.GetTypeName(Type)
    Attribute.IsSessionLevel(Type)
    Attribute.IsMediaLevel(Type)
    Attribute.CreateAttribute(String, String)
    Attribute.ToString()
    Attribute.Parse(String)
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class SetupAttribute : Attribute

    Constructors

    SetupAttribute(String)

    Initializes a new instance of the SetupAttribute class.

    Declaration
    public SetupAttribute(string setup)
    Parameters
    Type Name Description
    System.String setup

    Which end point should initiate the connection establishment. See Setup for possible values.

    Properties

    Setup

    Gets or sets which end point should initiate the connection establishment. See Setup for possible values.

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

    Methods

    FromAttributeValue(String)

    Initializes a new instance of the SetupAttribute class.

    Declaration
    public static SetupAttribute FromAttributeValue(string value)
    Parameters
    Type Name Description
    System.String value

    The attribute value.

    Returns
    Type Description
    SetupAttribute

    GetAttributeValue()

    Gets the internal value of the attribute.

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