Show / Hide Table of Contents

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 Source

Protocol

Declaration
public ProtocolType Protocol { get; }
Property Value
Type Description
System.Net.Sockets.ProtocolType
| Improve this Doc View Source

TurnTimeToExpiry

This field records the time when allocation expires

Declaration
public DateTime TurnTimeToExpiry { get; set; }
Property Value
Type Description
System.DateTime

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX