Class LiteAttribute
"ice-lite" is a session-level attribute only, and indicates that an agent is a lite implementation.
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.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public class LiteAttribute : Attribute
Constructors
LiteAttribute()
Initializes a new instance of the LiteAttribute class.
Declaration
public LiteAttribute()
Methods
FromAttributeValue(String)
Initializes a new instance of the LiteAttribute class.
Declaration
public static LiteAttribute FromAttributeValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The attribute value. |
Returns
Type | Description |
---|---|
LiteAttribute |
GetAttributeValue()
Gets the value of the attribute.
Declaration
protected override string GetAttributeValue()
Returns
Type | Description |
---|---|
System.String |