samedi 25 avril 2015

How to get ip address in Managed C++


Can someone give a example how to obtain the ip address in Managed C++.
I have several examples in C# but didn't found code in C++.
This is the code in C# :
string strIPAddress = string.Empty;
strIPAddress = Request.ServerVariables["HTTP_X_FORWARDED_FOR"];


Aucun commentaire:

Enregistrer un commentaire