Show / Hide Table of Contents

Delegate SIPTransportResponseAsyncDelegate

Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task SIPTransportResponseAsyncDelegate(SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPResponse sipResponse);
Parameters
Type Name Description
SIPEndPoint localSIPEndPoint
SIPEndPoint remoteEndPoint
SIPResponse sipResponse
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