azure-core
1.14.0-beta.1
Loading...
Searching...
No Matches
inc
azure
core
internal
http
user_agent.hpp
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
9
#pragma once
10
11
#include <string>
12
13
namespace
Azure
{
namespace
Core {
namespace
Http {
namespace
_detail {
14
class
UserAgentGenerator {
15
public
:
16
static
std::string GenerateUserAgent(
17
std::string
const
& componentName,
18
std::string
const
& componentVersion,
19
std::string
const
& applicationId,
20
long
cplusplusValue);
21
};
22
}}}}
// namespace Azure::Core::Http::_detail
Azure
Compute the hash value for the input binary data, using SHA256, SHA384 and SHA512.
Definition
azure_assert.hpp:57
Generated by
1.9.7