HttpContent Constructor (String, Byte) TIBCO Spotfire 7.9 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.10915.3380 (30.0.10915.3380)
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
See Also

Reference