Table of Contents

Enum TerminalStartMode

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

The terminal start mode.

public enum TerminalStartMode

Fields

Console = 100

The terminal starts as a console application.

Custom = 0

The terminal starts as a custom service.

Grpc = 3

The terminal starts as a gRPC server that listens to an incoming message. NOT YET SUPPORTED.

Http = 2

The terminal starts as a HTTP server that listens to an incoming message. NOT YET SUPPORTED.

Tcp = 1

The terminal starts as a TCP server that listens to an incoming connection.

Udp = 4

The terminal starts as a UDP server that listens to an incoming message.