FreeSWITCH.Native.freeswitch.switch_xml_attr C# (CSharp) Method

switch_xml_attr() public static method

public static switch_xml_attr ( switch_xml xml, string attr ) : string
xml switch_xml
attr string
return string
        public static string switch_xml_attr(switch_xml xml, string attr)
        {
            string ret = freeswitchPINVOKE.switch_xml_attr(switch_xml.getCPtr(xml), attr);
            return ret;
        }
freeswitch