HttpContent Constructor (String, Byte) TIBCO Spotfire 7.12 API Reference
Initializes a new instance of the HttpContent class.

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
public HttpContent(
	string contentType,
	byte[] data
)

Parameters

contentType
Type: SystemString
Type of the content.
data
Type: SystemByte
The data.
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10
See Also

Reference