Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Context.ice
1// Copyright (c) ZeroC, Inc.
2
3#pragma once
4
5[["cpp:dll-export:ICE_API"]]
6[["cpp:doxygen:include:Ice/Ice.h"]]
7[["cpp:header-ext:h"]]
8
9[["cpp:no-default-include"]]
10[["cpp:include:Ice/Config.h"]]
11[["cpp:include:map"]]
12[["cpp:include:string"]]
13
14[["js:module:@zeroc/ice"]]
15
16["java:identifier:com.zeroc.Ice"]
17module Ice
18{
19 /// Represents additional information carried by an Ice request. This information is filled in by the application
20 /// and transmitted by Ice as-is, from the client to the server.
21 /// @remark The Ice protocol provides request contexts but does not provide response contexts.
22 ["cpp:type:std::map<std::string, std::string, std::less<>>"]
23 dictionary<string, string> Context;
24}
dictionary< string, string > Context
Represents additional information carried by an Ice request.
Definition Context.ice:23
The Ice RPC framework.