CandidateAttribute Class |
Namespace: FM.IceLink.Sdp.Ice
The CandidateAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| CandidateAttribute(String, Int64, String, Int32, String, Int32) |
Initializes a new instance of the CandidateAttribute class.
| |
| CandidateAttribute(String, Int64, String, Int32, String, String, Int32, String, Int32) |
Initializes a new instance of the CandidateAttribute class.
|
| Name | Description | |
|---|---|---|
| AttributeType |
Gets or sets this Attribute's Type.
(Inherited from Attribute.) | |
| CandidateType |
Gets or sets the type of the candidate. See CandidateType for possible values.
| |
| ComponentId |
Gets or sets the ID of the component for which this is a candidate.
| |
| ConnectionAddress |
Gets or sets the IP address of the candidate.
| |
| Extensions |
Gets or sets the extensions.
| |
| Foundation |
Gets or sets the candidate's foundation.
| |
| Port |
Gets or sets the port of the candidate.
| |
| Priority |
Gets or sets the priority of the candidate.
| |
| Protocol |
Gets or sets the protocol of this candidate.
| |
| RelatedAddress |
Gets or sets the IP address related to the candidate.
| |
| RelatedPort |
Gets or sets the port related to the candidate.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromAttributeValue |
Initializes a new instance of the CandidateAttribute class.
| |
| GetAttributeValue |
Gets the value of the attribute.
(Overrides AttributeGetAttributeValue.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Converts this instance to a string.
(Inherited from Attribute.) |