Show / Hide Table of Contents

Class STUNListener

Inheritance
System.Object
STUNListener
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 STUNListener

Constructors

| Improve this Doc View Source

STUNListener(IPEndPoint)

Declaration
public STUNListener(IPEndPoint endPoint)
Parameters
Type Name Description
System.Net.IPEndPoint endPoint

Properties

| Improve this Doc View Source

SIPChannelEndPoint

Declaration
public IPEndPoint SIPChannelEndPoint { get; }
Property Value
Type Description
System.Net.IPEndPoint

Methods

| Improve this Doc View Source

Close()

Declaration
public void Close()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
public void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

Send(IPEndPoint, Byte[])

Declaration
public virtual void Send(IPEndPoint destinationEndPoint, byte[] buffer)
Parameters
Type Name Description
System.Net.IPEndPoint destinationEndPoint
System.Byte[] buffer

Events

| Improve this Doc View Source

MessageReceived

Declaration
public event STUNMessageReceived MessageReceived
Event Type
Type Description
STUNMessageReceived

Extension Methods

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