FtpWebRequest.ContentType Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
ContentType
Gets or sets the value of the Content-type HTTP header.
Declaration
public override string ContentType { get; set; }
Property Value
Type | Description |
---|---|
String | The value of the Content-type HTTP header. |
Overrides
Remarks
Not used by FtpWebRequest.