Click or drag to resize

Candidate Class

A candidate.
Inheritance Hierarchy
SystemObject
  FM.IceLinkCandidate

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Candidate type exposes the following members.

Constructors
  NameDescription
Public methodCandidate
Initializes a new instance of the Candidate class
Top
Properties
  NameDescription
Public propertyDispatched
Gets or sets a value indicating whether this candidate has been already been dispatched as a part of a session description.
Public propertySdpCandidateAttribute
Gets or sets the SDP candidate attribute.
Public propertySdpMediaIndex
Gets or sets the media index.
Public propertyTurnTransportProtocol
Gets or sets the protocol used by this candidate when communicating with the TURN (relay) server.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(Candidate)
Serializes an instance to JSON.
Public methodToString (Inherited from Object.)
Top
See Also