RequestInfo RequestName Property SSH .NET Client Library Documentation
Gets the name of the request.

Namespace: Renci.SshNet.Messages.Connection
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public abstract string RequestName { get; }

Field Value

The name of the request.
See Also