Class CandidateType
Defines valid SDP candidate types.
Inheritance
System.Object
CandidateType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public static class CandidateType
Properties
Host
Gets the SDP candidate type meaning "Host".
Declaration
public static string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
PeerReflexive
Gets the SDP candidate type meaning "Peer Reflexive".
Declaration
public static string PeerReflexive { get; }
Property Value
Type | Description |
---|---|
System.String |
Relayed
Gets the SDP candidate type meaning "Relayed".
Declaration
public static string Relayed { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerReflexive
Gets the SDP candidate type meaning "Server Reflexive".
Declaration
public static string ServerReflexive { get; }
Property Value
Type | Description |
---|---|
System.String |