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

switch_find_parameter() public static method

public static switch_find_parameter ( string str, string param, SWIGTYPE_p_apr_pool_t pool ) : string
str string
param string
pool SWIGTYPE_p_apr_pool_t
return string
        public static string switch_find_parameter(string str, string param, SWIGTYPE_p_apr_pool_t pool)
        {
            string ret = freeswitchPINVOKE.switch_find_parameter(str, param, SWIGTYPE_p_apr_pool_t.getCPtr(pool));
            return ret;
        }
freeswitch