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.
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 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 |