Enum TerminalStartMode
The terminal start mode.
public enum TerminalStartMode
Fields
Console = 100The terminal starts as a console server or a console application and listens to an incoming user message.
Custom = 0The terminal starts as a custom service.
Grpc = 3The terminal starts as a gRPC server that listens to an incoming message.
Http = 2The terminal starts as a HTTP server that listens to an incoming message.
Tcp = 1The terminal starts as a TCP server that listens to an incoming connection.
Udp = 4The terminal starts as a UDP server that listens to an incoming message.