FreeSWITCH.Native.freeswitch.switch_core_get_hostname C# (CSharp) Метод

switch_core_get_hostname() публичный статический Метод

public static switch_core_get_hostname ( ) : string
Результат string
        public static string switch_core_get_hostname()
        {
            string ret = freeswitchPINVOKE.switch_core_get_hostname();
            return ret;
        }
freeswitch