When overridden in a derived class, gets or sets the content type of the data being received.
[Visual Basic] Overridable Public Property ContentType As String [C#] public string ContentType {virtual get; virtual set;} [C++] public: __property virtual String* get_ContentType(); public: __property virtual void set_ContentType(String*); [JScript] public function get ContentType() : String; public function set ContentType(String);
WebResponse Class | WebResponse Members | System.Net Namespace