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) {
/// <param name="widgetInstanceID" type="String">System.String</param>
/// <param name="title" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="txt" type="String">System.String</param>
/// <param name="kd" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="enteredCaptchaValue" type="String">System.String</param>
/// <param name="realCaptchaValue" type="String">System.String</param>
/// <param name="captchaKeyName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'IsCaptchaValid',false,{enteredCaptchaValue:enteredCaptchaValue,realCaptchaValue:realCaptchaValue,captchaKeyName:captchaKeyName},succeededCallback,failedCallback,userContext); },
GetCaptchaBody:function(captchaType,succeededCallback, failedCallback, userContext) {
/// <param name="captchaType" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
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() { 
/// <value type="Number">The service timeout.</value>
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() { 
/// <value mayBeNull="true">The service default user context.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
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() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
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() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
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) {
/// <param name="widgetInstanceID" type="String">System.String</param>
/// <param name="title" type="String">System.String</param>
/// <param name="email" type="String">System.String</param>
/// <param name="comment" type="String">System.String</param>
/// <param name="txt" type="String">System.String</param>
/// <param name="kd" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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) {
/// <param name="enteredCaptchaValue" type="String">System.String</param>
/// <param name="realCaptchaValue" type="String">System.String</param>
/// <param name="captchaKeyName" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
www.rferl.org.Services.CaptchaService._staticInstance.IsCaptchaValid(enteredCaptchaValue,realCaptchaValue,captchaKeyName,onSuccess,onFailed,userContext); }
www.rferl.org.Services.CaptchaService.GetCaptchaBody= function(captchaType,onSuccess,onFailed,userContext) {
/// <param name="captchaType" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
www.rferl.org.Services.CaptchaService._staticInstance.GetCaptchaBody(captchaType,onSuccess,onFailed,userContext); }

