HttpListenerResponse::ContentType Property
.NET Framework (current version)
Gets or sets the MIME type of the content returned.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value specified for a set operation is null. |
| ArgumentException | The value specified for a set operation is an empty string (""). |
| ObjectDisposedException | This object is closed. |
When communicating with a Web browser, you should explicitly set this property when returning any content type other than text/html.
For a complete list of response headers, see the HttpResponseHeader enumeration.
.NET Framework
Available since 2.0
Available since 2.0
Show: