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

Namespace: Spotfire.Dxp.Application
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 23.18.9504.3877 (23.18.9504.3877)
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.5
See Also

Reference