| TcpTextClientSendAsync Method |
Sends the text command to server.
Adds "\r\n" to the command.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public Task SendAsync(
string command
)
Public Function SendAsync (
command As String
) As Task
public:
Task^ SendAsync(
String^ command
)
member SendAsync :
command : string -> Task
Parameters
- command
- Type: SystemString
Text command to send.
Return Value
Type:
Task[Missing <returns> documentation for "M:Limilabs.FTP.Client.TcpTextClient.SendAsync(System.String)"]
Exceptions Exception | Condition |
---|
FtpException |
An error occurred when accessing the socket.
-or-
The NetworkStream is closed.
-or-
There is a failure reading from the network.
|
See Also