Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

SshConsole.WriteLine Method

Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9147)

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()
In This Article
  • WriteLine(String, Object[])
  • WriteLine(Object)
  • WriteLine()
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies