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: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public sealed class HttpContent : IDisposable
The HttpContent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HttpContent(Image) |
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 a hash function for a particular type. (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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also