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

switch_core_get_variable_dup() public static method

public static switch_core_get_variable_dup ( string varname ) : string
varname string
return string
        public static string switch_core_get_variable_dup(string varname)
        {
            string ret = freeswitchPINVOKE.switch_core_get_variable_dup(varname);
            return ret;
        }
freeswitch