Class IceServer
If ICE servers (STUN or TURN) are being used with the session this class is used to track the connection state for each server that gets used.
Inheritance
System.Object
IceServer
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: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class IceServer
Properties
| Improve this Doc View SourceProtocol
Declaration
public ProtocolType Protocol { get; }
Property Value
Type | Description |
---|---|
System.Net.Sockets.ProtocolType |
TurnTimeToExpiry
This field records the time when allocation expires
Declaration
public DateTime TurnTimeToExpiry { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |