Click or drag to resize

RESTConnectorForm Constructor (String)

Make a multi-part form object from a string.

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Form(
	string s
)

Parameters

s
Type: SystemString
The string data.
See Also