Search Results for

    Show / Hide Table of Contents

    Class UnknownAttribute

    This attribute is used to encapsulate unrecognized SDP attributes.

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

    Constructors

    UnknownAttribute(String, String)

    Initializes a new instance of the UnknownAttribute class.

    Declaration
    public UnknownAttribute(string name, string value)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.String value

    The value.

    Properties

    Name

    Gets or sets the attribute name.

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

    Value

    Gets or sets the attribute value.

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

    Methods

    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