Example #1
0
 public SshRequestBase(string commandText, ISshSerializerSettings settings)
 {
     _commandText   = commandText;
     _SshSerializer = new SshSerializer(settings);
 }
Example #2
0
 public SshRequestBase(string commandText)
 {
     _commandText   = commandText;
     _SshSerializer = new SshSerializer();
 }