Gets a value indicating which client command is requested by the server.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public ReadOnly Property Action As RequestedAction
	Get
C#
public RequestedAction Action { get; }

Return Value

A client command requested by the server.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also