Show / Hide Table of Contents

Delegate SIPMessageReceivedAsyncDelegate

Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task SIPMessageReceivedAsyncDelegate(SIPChannel sipChannel, SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, byte[] buffer);
Parameters
Type Name Description
SIPChannel sipChannel
SIPEndPoint localSIPEndPoint
SIPEndPoint remoteEndPoint
System.Byte[] buffer
Returns
Type Description
System.Threading.Tasks.Task

Extension Methods

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