Type.registerNamespace('www.rferl.org.Services'); www.rferl.org.Services.CaptchaService=function() { www.rferl.org.Services.CaptchaService.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } www.rferl.org.Services.CaptchaService.prototype={ _get_path:function() { var p = this.get_path(); if (p) return p; else return www.rferl.org.Services.CaptchaService._staticInstance.get_path();}, CaptchaContactUsSendComment:function(widgetInstanceID,title,email,comment,txt,kd,succeededCallback, failedCallback, userContext) { /// System.String /// System.String /// System.String /// System.String /// System.String /// System.String /// /// /// return this._invoke(this._get_path(), 'CaptchaContactUsSendComment',false,{widgetInstanceID:widgetInstanceID,title:title,email:email,comment:comment,txt:txt,kd:kd},succeededCallback,failedCallback,userContext); }, IsCaptchaValid:function(enteredCaptchaValue,realCaptchaValue,captchaKeyName,succeededCallback, failedCallback, userContext) { /// System.String /// System.String /// System.String /// /// /// return this._invoke(this._get_path(), 'IsCaptchaValid',false,{enteredCaptchaValue:enteredCaptchaValue,realCaptchaValue:realCaptchaValue,captchaKeyName:captchaKeyName},succeededCallback,failedCallback,userContext); }, GetCaptchaBody:function(captchaType,succeededCallback, failedCallback, userContext) { /// System.Int32 /// /// /// return this._invoke(this._get_path(), 'GetCaptchaBody',false,{captchaType:captchaType},succeededCallback,failedCallback,userContext); }} www.rferl.org.Services.CaptchaService.registerClass('www.rferl.org.Services.CaptchaService',Sys.Net.WebServiceProxy); www.rferl.org.Services.CaptchaService._staticInstance = new www.rferl.org.Services.CaptchaService(); www.rferl.org.Services.CaptchaService.set_path = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_path(value); } www.rferl.org.Services.CaptchaService.get_path = function() { /// The service url. return www.rferl.org.Services.CaptchaService._staticInstance.get_path();} www.rferl.org.Services.CaptchaService.set_timeout = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_timeout(value); } www.rferl.org.Services.CaptchaService.get_timeout = function() { /// The service timeout. return www.rferl.org.Services.CaptchaService._staticInstance.get_timeout(); } www.rferl.org.Services.CaptchaService.set_defaultUserContext = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_defaultUserContext(value); } www.rferl.org.Services.CaptchaService.get_defaultUserContext = function() { /// The service default user context. return www.rferl.org.Services.CaptchaService._staticInstance.get_defaultUserContext(); } www.rferl.org.Services.CaptchaService.set_defaultSucceededCallback = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_defaultSucceededCallback(value); } www.rferl.org.Services.CaptchaService.get_defaultSucceededCallback = function() { /// The service default succeeded callback. return www.rferl.org.Services.CaptchaService._staticInstance.get_defaultSucceededCallback(); } www.rferl.org.Services.CaptchaService.set_defaultFailedCallback = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_defaultFailedCallback(value); } www.rferl.org.Services.CaptchaService.get_defaultFailedCallback = function() { /// The service default failed callback. return www.rferl.org.Services.CaptchaService._staticInstance.get_defaultFailedCallback(); } www.rferl.org.Services.CaptchaService.set_enableJsonp = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_enableJsonp(value); } www.rferl.org.Services.CaptchaService.get_enableJsonp = function() { /// Specifies whether the service supports JSONP for cross domain calling. return www.rferl.org.Services.CaptchaService._staticInstance.get_enableJsonp(); } www.rferl.org.Services.CaptchaService.set_jsonpCallbackParameter = function(value) { www.rferl.org.Services.CaptchaService._staticInstance.set_jsonpCallbackParameter(value); } www.rferl.org.Services.CaptchaService.get_jsonpCallbackParameter = function() { /// Specifies the parameter name that contains the callback function name for a JSONP request. return www.rferl.org.Services.CaptchaService._staticInstance.get_jsonpCallbackParameter(); } www.rferl.org.Services.CaptchaService.set_path("/Services/CaptchaService.asmx"); www.rferl.org.Services.CaptchaService.CaptchaContactUsSendComment= function(widgetInstanceID,title,email,comment,txt,kd,onSuccess,onFailed,userContext) { /// System.String /// System.String /// System.String /// System.String /// System.String /// System.String /// /// /// www.rferl.org.Services.CaptchaService._staticInstance.CaptchaContactUsSendComment(widgetInstanceID,title,email,comment,txt,kd,onSuccess,onFailed,userContext); } www.rferl.org.Services.CaptchaService.IsCaptchaValid= function(enteredCaptchaValue,realCaptchaValue,captchaKeyName,onSuccess,onFailed,userContext) { /// System.String /// System.String /// System.String /// /// /// www.rferl.org.Services.CaptchaService._staticInstance.IsCaptchaValid(enteredCaptchaValue,realCaptchaValue,captchaKeyName,onSuccess,onFailed,userContext); } www.rferl.org.Services.CaptchaService.GetCaptchaBody= function(captchaType,onSuccess,onFailed,userContext) { /// System.Int32 /// /// /// www.rferl.org.Services.CaptchaService._staticInstance.GetCaptchaBody(captchaType,onSuccess,onFailed,userContext); }