RusticiSoftware / SCORMCloud_NetLibrary

A C# library to assist in the integration of the SCORM Cloud service into .Net 2.0+ applications.
http://scorm.com/scorm-solved/scorm-cloud/develop-a-scorm-cloud-app/
Other
11 stars 22 forks source link

Added additional methods to access postbacks in the Registration #14

Closed musicm122 closed 9 years ago

musicm122 commented 9 years ago

From the current version of this library the methods to access the postback are not available. I added them to the Registration Service as they are set in the one of the overloads for CreateRegistration.

Added the following methods to the Registration service class:

Added 2 classes for parsing xml -PostbackInfo -Rsp (For viewing the results of TestRegistrationPostUrl)