Show / Hide Table of Contents

Delegate ResolveSIPUriDelegateAsync

Namespace: SIPSorcery.SIP
Assembly: SIPSorcery.dll
Syntax
public delegate Task<SIPEndPoint> ResolveSIPUriDelegateAsync(SIPURI uri, bool preferIPv6, CancellationToken ct);
Parameters
Type Name Description
SIPURI uri
System.Boolean preferIPv6
System.Threading.CancellationToken ct
Returns
Type Description
System.Threading.Tasks.Task<SIPEndPoint>

Extension Methods

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