Class UnknownIceOptionTag
An unknown tag for an OptionsAttribute
Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public class UnknownIceOptionTag : OptionTag
Constructors
UnknownIceOptionTag(String)
Initializes a new instance of the UnknownIceOptionTag class.
Declaration
public UnknownIceOptionTag(string tagString)
Parameters
Type | Name | Description |
---|---|---|
System.String | tagString |
Properties
TagString
Gets the tag string.
Declaration
public string TagString { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Gets the string representation of this tag.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |