Click or drag to resize

CandidateAttribute Class

The candidate attribute is a media-level attribute only. It contains a transport address for a candidate that can be used for connectivity checks.
Inheritance Hierarchy
SystemObject
  FM.IceLink.SdpAttribute
    FM.IceLink.Sdp.IceCandidateAttribute

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

The CandidateAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCandidateAttribute(String, Int64, String, Int32, String, Int32)
Initializes a new instance of the CandidateAttribute class.
Public methodCandidateAttribute(String, Int64, String, Int32, String, String, Int32, String, Int32)
Initializes a new instance of the CandidateAttribute class.
Top
Properties
  NameDescription
Public propertyAttributeType
Gets or sets this Attribute's Type.
(Inherited from Attribute.)
Public propertyCandidateType
Gets or sets the type of the candidate. See CandidateType for possible values.
Public propertyComponentId
Gets or sets the ID of the component for which this is a candidate.
Public propertyConnectionAddress
Gets or sets the IP address of the candidate.
Public propertyExtensions
Gets or sets the extensions.
Public propertyFoundation
Gets or sets the candidate's foundation.
Public propertyPort
Gets or sets the port of the candidate.
Public propertyPriority
Gets or sets the priority of the candidate.
Public propertyProtocol
Gets or sets the protocol of this candidate.
Public propertyRelatedAddress
Gets or sets the IP address related to the candidate.
Public propertyRelatedPort
Gets or sets the port related to the candidate.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the CandidateAttribute 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