In gSoap, what does the “host” argument to soap_bind mean?

二次信任 提交于 2021-01-28 18:25:15

问题


The gSoap API function soap_bind has an argument called host. The documentation is unclear about what the argument is for. Is it:

  • The hostname/IP of a local network interface on which I want to listen
  • The hostname/IP of the only remote host I will allow to connect
  • Something else?

回答1:


Option 1: the hostname or IP address of the local interface you'll be listening on.

It corresponds to the traditional sockets bind (then listen, accept) sequence.



来源:https://stackoverflow.com/questions/1941019/in-gsoap-what-does-the-host-argument-to-soap-bind-mean

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!