FtpTrace.WriteLine Method (String, Object[])

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Write to the TraceListeners.

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public static void WriteLine(
	string message,
	params Object[] args
)
Visual Basic
Public Shared Sub WriteLine ( 
	message As String,
	ParamArray args As Object()
)
Visual C++
public:
static void WriteLine(
	String^ message, 
	... array<Object^>^ args
)

Parameters

message
Type: System..::..String
The message to write
args
Type: array<System..::..Object>[]()[][]
Optional variables if using a format string similar to string.Format()

See Also