FileWebRequest::ContentType Property
.NET Framework (current version)
Gets or sets the content type of the data being sent. This property is reserved for future use.
Assembly: System (in System.dll)
public: property String^ ContentType { virtual String^ get() override; virtual void set(String^ value) override; }
The ContentType property contains the media type of the data being sent. This is typically the MIME encoding of the content. The ContentType property is currently not used by the FileWebRequest class.
.NET Framework
Available since 1.1
Available since 1.1
Show: