Table of Contents

Class TerminalTcpRouterContext

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll

The TerminalTcpRouter connection context.

public sealed class TerminalTcpRouterContext : TerminalRouterContext
Inheritance
TerminalTcpRouterContext
Inherited Members

Constructors

TerminalTcpRouterContext(IPEndPoint, TerminalStartMode, Dictionary<string, object>?, string[]?)

Initialize a new instance.

public TerminalTcpRouterContext(IPEndPoint iPEndPoint, TerminalStartMode startMode, Dictionary<string, object>? customProperties = null, string[]? arguments = null)

Parameters

iPEndPoint IPEndPoint

The network IP endpoint server will connect.

startMode TerminalStartMode

The terminal start mode.

customProperties Dictionary<string, object>

The custom properties.

arguments string[]

The command line arguments.

Properties

IPEndPoint

The IP endpoint for the TcpListener. The clients need to send the messages to this end point.

public IPEndPoint IPEndPoint { get; }

Property Value

IPEndPoint