Gets or sets the Encoding to use to encode and decode command parameters and server responses.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.SshShell (in Rebex.SshShell.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property Encoding As Encoding Get Set | 
| C# | 
|---|
| public Encoding Encoding { get; set; } | 
 
     
     
     
     
    