Represents content that can be served by a web server via HTTP.
Inheritance Hierarchy
Spotfire.Dxp.ApplicationHttpContent
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public sealed class HttpContent : IDisposable
The HttpContent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HttpContent(Image) | Obsolete.
Initializes a new instance of the HttpContent class.
| |
| HttpContent(String, Byte) |
Initializes a new instance of the HttpContent class.
| |
| HttpContent(String, String) |
Initializes a new instance of the HttpContent class.
|
Properties
| Name | Description | |
|---|---|---|
| ContentType |
Gets the content mime type.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetBuffer |
Gets the content bytes.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IDisposableDispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also