Writes the text representation of the specified object to the SshConsole.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Sub Write ( _
	value As Object _
)
C#
public void Write(
	Object value
)

Parameters

value
Type: System..::..Object
The value to write.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also