Renci.SshNet.Messages.Authentication.InformationResponseMessage.InformationResponseMessage C# (CSharp) Метод

InformationResponseMessage() публичный Метод

Initializes a new instance of the InformationResponseMessage class.
public InformationResponseMessage ( ) : System
Результат System
        public InformationResponseMessage()
        {
            Responses = new List<string>();
        }