Class UnknownAttribute
This attribute is used to encapsulate unrecognized SDP attributes.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class UnknownAttribute : AttributeConstructors
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 |