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

switch_xml_attr_soft() public static method

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