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 SourceSTUNListener(IPEndPoint)
Declaration
public STUNListener(IPEndPoint endPoint)
Parameters
Type | Name | Description |
---|---|---|
System.Net.IPEndPoint | endPoint |
Properties
| Improve this Doc View SourceSIPChannelEndPoint
Declaration
public IPEndPoint SIPChannelEndPoint { get; }
Property Value
Type | Description |
---|---|
System.Net.IPEndPoint |
Methods
| Improve this Doc View SourceClose()
Declaration
public void Close()
Dispose(Boolean)
Declaration
public void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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 SourceMessageReceived
Declaration
public event STUNMessageReceived MessageReceived
Event Type
Type | Description |
---|---|
STUNMessageReceived |