FreeSWITCH.Native.freeswitch.switch_xml_attr_soft C# (CSharp) Метод

switch_xml_attr_soft() публичный статический Метод

public static switch_xml_attr_soft ( switch_xml xml, string attr ) : string
xml switch_xml
attr string
Результат 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