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

switch_core_get_variable() public static method

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