Class TerminalHttpRouterContext
Represents the context for the terminal router when running in HTTP mode.
public sealed class TerminalHttpRouterContext : TerminalRouterContext
- Inheritance
-
TerminalHttpRouterContext
- Inherited Members
Constructors
TerminalHttpRouterContext(IPEndPoint, TerminalStartMode, Dictionary<string, object>?, string[]?)
Initializes a new instance of the TerminalHttpRouterContext class.
public TerminalHttpRouterContext(IPEndPoint iPEndPoint, TerminalStartMode startMode, Dictionary<string, object>? customProperties = null, string[]? arguments = null)
Parameters
iPEndPoint
IPEndPointThe network IP endpoint for server connections.
startMode
TerminalStartModeThe terminal start mode.
customProperties
Dictionary<string, object>The custom properties.
arguments
string[]The command line arguments.
Properties
IPEndPoint
The IP endpoint for the HttpListener. Clients need to send messages to this endpoint.
public IPEndPoint IPEndPoint { get; }