c++gsoap

How can I find out on what ethernet interface a gsoap server receives requests?


Is there a way to figure out on what ethernet interface and ip my gsoap server receives requests? I could not find a member of the soap context struct, that delivers this information.


Solution

  • It is the member host in the struct soap which provides the host ip.