Enum TerminalStartMode
The terminal start mode.
public enum TerminalStartMode
Fields
Console = 100
The terminal starts as a console server or a console application and listens to an incoming user message.
Custom = 0
The terminal starts as a custom service.
Grpc = 3
The terminal starts as a gRPC server that listens to an incoming message.
Http = 2
The terminal starts as a HTTP server that listens to an incoming message.
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.