ManualRequestFile Constructor |
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public ManualRequestFile(
string requestData,
string requestFilePath
)
Public Sub New (
requestData As String,
requestFilePath As String
)
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