FtpWebResponse.ContentType Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
ContentType
Gets the content type of the response.
Declaration
public override string ContentType { get; }
Property Value
Type | Description |
---|---|
String | A content type of the response. |
Overrides
Remarks
FtpWebResponse always returns "binary/octet-stream".