FtpListItemReceivedEventArgs.RawLine Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
RawLine
Gets the raw data of the received item line. Inherited from ListItemReceivedEventArgs.
Declaration
public string RawLine { get; }
Property Value
| Type | Description |
|---|---|
| String | The raw data of the received item line. |