WebServiceHandlerJS Constructor(string)
In This Topic
Initializes a new instance of the
WebServiceHandlerJS class.
Syntax
// Parameters
var serviceRoute; // Type: string
var instance = new Vintasoft.Shared.WebServiceHandlerJS(serviceRoute);
Parameters
- serviceRoute
- Route to the HTTP handler, for example "Handlers/VintasoftImageHandler1.ashx".
Browser Compatibility
See Also