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

switch_event_add_header_string() public static method

public static switch_event_add_header_string ( switch_event arg0, switch_stack_t stack, string header_name, string data ) : switch_status_t
arg0 switch_event
stack switch_stack_t
header_name string
data string
return switch_status_t
        public static switch_status_t switch_event_add_header_string(switch_event arg0, switch_stack_t stack, string header_name, string data)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_add_header_string(switch_event.getCPtr(arg0), (int)stack, header_name, data);
            return ret;
        }
freeswitch