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

switch_resolve_host() public static method

public static switch_resolve_host ( string host, string buf, uint buflen ) : switch_status_t
host string
buf string
buflen uint
return switch_status_t
        public static switch_status_t switch_resolve_host(string host, string buf, uint buflen)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_resolve_host(host, buf, buflen);
            return ret;
        }
freeswitch