ServiceName public enum ServiceName Specifies list of supported services. Documentation Code namespace Renci.SshNet.Messages { public enum ServiceName { UserAuthentication, Connection } }