Static Public Member Functions | |
static PROUD_API void | GetLocalIPAddresses (CFastArray< String > &output) |
static PROUD_API int | GetIPVersionFromString (const String &rhs) |
static PROUD_API bool | IsAddressAny (const String &address) |
static PROUD_API bool | IsAddressUnspecified (const String &address) |
static PROUD_API bool | IsAddressPhysical (const String &address) |
static PROUD_API bool | IsAddressLoopback (const String &address) |
static PROUD_API ErrorType | EnableTcpOffload (bool enable) |
Network programming related utility class
|
static |
TCP offload function will occur problem with some cheap network adapter that intergrated on the mother board. This method is controlled by Windows registry and it require restart a machine. It successfully applied, if
|
static |
Gets every local IP addresses that host has.
|
static |
Returns true if address is filled with 255 or 0xffff.
|
static |
Returns true if addres is Loopback. For example, "127.0.0.1", "::1" or "localhost".
|
static |
Returns true if address is not Any, Unspecified nor Loopback.
|
static |
Returns true if address is filled with 0.