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

switch_event_del_header_val() public static method

public static switch_event_del_header_val ( switch_event arg0, string header_name, string val ) : switch_status_t
arg0 switch_event
header_name string
val string
return switch_status_t
        public static switch_status_t switch_event_del_header_val(switch_event arg0, string header_name, string val)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_del_header_val(switch_event.getCPtr(arg0), header_name, val);
            return ret;
        }
freeswitch