SIPSorcery.SIP.SIPUDPChannel.GetConnectionsList C# (CSharp) Method

GetConnectionsList() protected method

protected GetConnectionsList ( ) : SIPConnection>.Dictionary
return SIPConnection>.Dictionary
        protected override Dictionary<string, SIPConnection> GetConnectionsList()
        {
            throw new NotSupportedException("The SIP UDP channel does not support connections.");
        }