namespace Renci.SshNet.Messages { /// /// Specifies list of supported services /// public enum ServiceName { /// /// ssh-userauth /// UserAuthentication, /// /// ssh-connection /// Connection } }