Table of Contents

Class TerminalUdpRouterContext

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

The TerminalUdpRouter connection context.

public sealed class TerminalUdpRouterContext : TerminalRouterContext
Inheritance
TerminalUdpRouterContext
Inherited Members

Constructors

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

Initialize a new instance.

public TerminalUdpRouterContext(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 arguments.

Properties

IPEndPoint

The network IP endpoint terminal will connect.

public IPEndPoint IPEndPoint { get; }

Property Value

IPEndPoint