Click or drag to resize

RemoteCandidatesAttribute Class

The attribute contains a connection-address and port for each component. The ordering of components is irrelevant. However, a value MUST be present for each component of a media stream. This attribute MUST be included in an offer by a controlling agent for a media stream that is Completed, and MUST NOT be included in any other case.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpAttribute
    FM.IceLink.Sdp.IceRemoteCandidatesAttribute

Namespace:  FM.IceLink.Sdp.Ice
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The RemoteCandidatesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRemoteCandidatesAttribute
Initializes a new instance of the RemoteCandidatesAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyCandidates
Gets or sets the array of remote candidates.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the RemoteCandidatesAttribute class.
Protected methodGetAttributeValue
Gets the value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also