Click or drag to resize

RESTConnectorForm Constructor (Byte, String, String)

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Form(
	byte[] contents,
	string fileName = null,
	string mimeType = null
)

Parameters

contents
Type: SystemByte
fileName (Optional)
Type: SystemString
mimeType (Optional)
Type: SystemString
See Also