Class SendResponseServerCommand
Server command for sending a response to the client.
Implements
Inherited Members
Namespace: FubarDev.FtpServer.ServerCommands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class SendResponseServerCommand : IServerCommand
Constructors
| Improve this Doc View SourceSendResponseServerCommand(IFtpResponse)
Initializes a new instance of the SendResponseServerCommand class.
Declaration
public SendResponseServerCommand(IFtpResponse response)
Parameters
Type | Name | Description |
---|---|---|
IFtpResponse | response | The response to send. |
Properties
| Improve this Doc View SourceResponse
Gets the response to send.
Declaration
public IFtpResponse Response { get; }
Property Value
Type | Description |
---|---|
IFtpResponse |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |