Gets or sets the value of the Content-type HTTP header.

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

Syntax

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

Field Value

The value of the Content-type HTTP header.

Remarks

Not used by FtpWebRequest.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also