Skip to content
github-actions edited this page Nov 21, 2024 · 1 revision

cppnet::Host

static std::string GetLocalIP()

  • 参数:无
  • 返回值:std::string类型,本地 IP 地址。
  • 作用:获取本地的 IP 地址。

static std::string GetLocalName()

  • 参数:无
  • 返回值:std::string类型,本地主机名。
  • 作用:获取本地的主机名。
Clone this wiki locally