Gets the content type of the response.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property ContentType As String
	Get
C#
public override string ContentType { get; }

Field Value

A content type of the response.

Remarks

FtpWebResponse always returns "binary/octet-stream".

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also