Program Listing for File NetUtils.h

Return to documentation for file (axr.sdk/utils/NetUtils.h)

// Copyright (C) AcceleratXR, Inc. All rights reserved.
//
// Author: Jean-Philippe Steinmetz <info@acceleratxr.com>
#pragma once

#include <cpprest/asyncrt_utils.h>
#include "../net/IApiClient.h"

namespace axr {
namespace sdk {
namespace utils {
namespace net {

pplx::task<utility::string_t> GetPublicIPv4();

pplx::task<utility::string_t> GetPublicIPv6();

} // namespace net
} // namespace utils
} // namespace axr
} // namespace sdk