|
| System.Net.FtpClient |
| FtpTrace..::..Write Method (String, array<Object>[]()[][]) |
| FtpTrace Class See Also Send Feedback |
|
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 Write( string message, params Object[] args ) |
| Visual Basic |
|---|
Public Shared Sub Write ( message As String, ParamArray args As Object() ) |
| Visual C++ |
|---|
public: static void Write( 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()