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

switch_core_set_variable() public static method

public static switch_core_set_variable ( string varname, string value ) : void
varname string
value string
return void
        public static void switch_core_set_variable(string varname, string value)
        {
            freeswitchPINVOKE.switch_core_set_variable(varname, value);
        }
freeswitch