Show / Hide Table of Contents

Delegate PacketReceivedDelegate

Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public delegate void PacketReceivedDelegate(UdpReceiver receiver, int localPort, IPEndPoint remoteEndPoint, byte[] packet);
Parameters
Type Name Description
UdpReceiver receiver
System.Int32 localPort
System.Net.IPEndPoint remoteEndPoint
System.Byte[] packet

Extension Methods

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