Show / Hide Table of Contents

Delegate STUNRequestReceivedDelegate

Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate void STUNRequestReceivedDelegate(IPEndPoint localEndPoint, IPEndPoint remoteEndPoint, byte[] buffer, int bufferLength);
Parameters
Type Name Description
System.Net.IPEndPoint localEndPoint
System.Net.IPEndPoint remoteEndPoint
System.Byte[] buffer
System.Int32 bufferLength

Extension Methods

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