Renci.SshNet.Messages.Authentication.InformationResponseMessage.InformationResponseMessage C# (CSharp) Method

InformationResponseMessage() public method

Initializes a new instance of the InformationResponseMessage class.
public InformationResponseMessage ( ) : System
return System
        public InformationResponseMessage()
        {
            Responses = new List<string>();
        }