IFtp.Encoding Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Encoding
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
Declaration
Encoding Encoding { get; set; }
Property Value
Type | Description |
---|---|
Encoding | The Encoding to use to encode and decode command parameters and server responses. Default is Encoding.Default. |