Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <string>
Go to the source code of this file.
Namespaces | |
StringHelper | |
Functions | |
bool | StringHelper::IsNullOrEmpty (const char *psz) |
void | StringHelper::ToLower (std::string &str) |
void | StringHelper::Trim (std::string &str) |
int | StringHelper::ValidateNumberString (const char *psz, int nMinValue, int nMaxValue, int *pnResult) |