Hi furesoft,
You're exposing an object - an instance of the
Good luck!
You're exposing an object - an instance of the
XmlHttpRequest
class. For the new
operator to work, you need to expose the class itself:se.AddHostType("XmlHttpRequest", typeof(XmlHttpRequest));