SshConsole.WriteLine Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
WriteLine(String, Object[])
Writes the text representation of the specified array of objects, followed by the newline, to the SshConsole using the specified format.
Declaration
public void WriteLine(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
String | format | A format string. |
Object[] | args | An array of objects to write using format. |
WriteLine(Object)
Writes the text representation of the specified object, followed by the newline, to the SshConsole.
Declaration
public void WriteLine(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value | The value to write. |
WriteLine()
Writes a newline to the SshConsole.
Declaration
public void WriteLine()