FtpSiteCommandHandlerArgs.ResponseCode Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
ResponseCode
Gets or sets a response code to be reported to the client. If set to zero, custom response is not used and server will process the command using default logic.
Declaration
public int ResponseCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | A 3-digit number in range 200-599; or zero to indicate not using custom response. |