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

switch_core_get_variable_pdup() public static method

public static switch_core_get_variable_pdup ( string varname, SWIGTYPE_p_apr_pool_t pool ) : string
varname string
pool SWIGTYPE_p_apr_pool_t
return string
        public static string switch_core_get_variable_pdup(string varname, SWIGTYPE_p_apr_pool_t pool)
        {
            string ret = freeswitchPINVOKE.switch_core_get_variable_pdup(varname, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch