Click or drag to resize
ManualRequestFile Constructor
Creates a new ManualRequestFile object.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public ManualRequestFile(
	string requestData,
	string requestFilePath
)

Parameters

requestData
Type: SystemString
The manual request XML data.
requestFilePath
Type: SystemString
The path to save the manual request file.
See Also