SIPSorcery.AppServer.DialPlan.DialPlanSettings.GetENUMs C# (CSharp) Method

GetENUMs() public method

public GetENUMs ( ) : string>.Dictionary
return string>.Dictionary
        public Dictionary<string, string> GetENUMs()
        {
            return GetLookups(SIPDialPlanLookupTypes.ENUM);
        }