1using System.Collections.Generic;
2using System.Threading.Tasks;
21 this.Name =
string.Empty;
22 this.Value =
string.Empty;
42 [Page(7,
"Configuration")]
43 [Header(110,
"Name:")]
44 [ToolTip(111,
"HTTP Header Name.")]
46 public string Name {
get;
set; }
51 [Page(7,
"Configuration")]
52 [Header(112,
"Value:")]
53 [ToolTip(113,
"HTTP Header Value.")]
54 [Text(
TextPosition.AfterField, 63,
"Note: Changes will take effect after broker has been restarted.")]
56 public string Value {
get;
set; }
87 LinkedList<Parameter> Parameters =
new LinkedList<Parameter>();
Contains information about a language.
Task< string > GetStringAsync(Type Type, int Id, string Default)
Gets the string value of a string ID. If no such string exists, a string is created with the default ...
async Task< Namespace > GetNamespaceAsync(string Name)
Gets the namespace object, given its name, if available.
Contains information about a namespace in a language.
Task< LanguageString > GetStringAsync(int Id)
Gets the string object, given its ID, if available.
Abstract base class for gateway configuration nodes.
virtual INode Parent
Parent Node, or null if a root node.
GatewayConfigSource Source
Source hosting the node.
Data source mirroring the Gateway.config file.
Settings for the Web Server.
Tokens available in request.
Interface for nodes that are published through the concentrator interface.
TextPosition
Where the instructions are to be place.