Represents content that can be served by a web server via HTTP.
Inheritance Hierarchy
Spotfire.Dxp.Application.HttpContent
Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 66.0.19621.1485 (66.0.19621.1485)
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 | |
---|---|---|
![]() ![]() | IDisposable.Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Version Information
Supported in: 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