FreeSWITCH.Native.freeswitch.switch_resolve_host C# (CSharp) 메소드

switch_resolve_host() 공개 정적인 메소드

public static switch_resolve_host ( string host, string buf, uint buflen ) : switch_status_t
host string
buf string
buflen uint
리턴 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