Class RTCIceCandidate
Inheritance
RTCIceCandidate
Syntax
public class RTCIceCandidate : IDisposable
Constructors
RTCIceCandidate(RTCIceCandidateInit)
Declaration
public RTCIceCandidate(RTCIceCandidateInit candidateInfo = null)
Parameters
Properties
Address
Declaration
public string Address { get; }
Property Value
Candidate
Declaration
public string Candidate { get; }
Property Value
Component
Declaration
public RTCIceComponent? Component { get; }
Property Value
Foundation
Declaration
public string Foundation { get; }
Property Value
Port
Declaration
public ushort? Port { get; }
Property Value
Priority
Declaration
public uint Priority { get; }
Property Value
Protocol
Declaration
public RTCIceProtocol? Protocol { get; }
Property Value
Declaration
public string RelatedAddress { get; }
Property Value
Declaration
public ushort? RelatedPort { get; }
Property Value
SdpMid
Declaration
public string SdpMid { get; }
Property Value
SdpMLineIndex
Declaration
public int? SdpMLineIndex { get; }
Property Value
TcpType
Declaration
public RTCIceTcpCandidateType? TcpType { get; }
Property Value
Type
Declaration
public RTCIceCandidateType? Type { get; }
Property Value
UserNameFragment
Declaration
public string UserNameFragment { get; }
Property Value
Methods
Dispose()
Declaration
Implements
Finalize()
Declaration
protected void Finalize()