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

switch_regex_set_event_header_callback() public static method

public static switch_regex_set_event_header_callback ( string var, string val, SWIGTYPE_p_void user_data ) : void
var string
val string
user_data SWIGTYPE_p_void
return void
        public static void switch_regex_set_event_header_callback(string var, string val, SWIGTYPE_p_void user_data)
        {
            freeswitchPINVOKE.switch_regex_set_event_header_callback(var, val, SWIGTYPE_p_void.getCPtr(user_data));
        }
freeswitch