Type.registerNamespace('www.rferl.org.Services');
www.rferl.org.Services.MembershipService=function() {
www.rferl.org.Services.MembershipService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www.rferl.org.Services.MembershipService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www.rferl.org.Services.MembershipService._staticInstance.get_path();},
GetDisplayName:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetDisplayName',false,{},succeededCallback,failedCallback,userContext); },
GetCurrentUserName:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'GetCurrentUserName',false,{},succeededCallback,failedCallback,userContext); },
RateComment:function(forumThreadID,agree,succeededCallback, failedCallback, userContext) {
/// <param name="forumThreadID" type="Number">System.Int32</param>
/// <param name="agree" type="Boolean">System.Boolean</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(), 'RateComment',false,{forumThreadID:forumThreadID,agree:agree},succeededCallback,failedCallback,userContext); }}
www.rferl.org.Services.MembershipService.registerClass('www.rferl.org.Services.MembershipService',Sys.Net.WebServiceProxy);
www.rferl.org.Services.MembershipService._staticInstance = new www.rferl.org.Services.MembershipService();
www.rferl.org.Services.MembershipService.set_path = function(value) {
www.rferl.org.Services.MembershipService._staticInstance.set_path(value); }
www.rferl.org.Services.MembershipService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_path();}
www.rferl.org.Services.MembershipService.set_timeout = function(value) {
www.rferl.org.Services.MembershipService._staticInstance.set_timeout(value); }
www.rferl.org.Services.MembershipService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_timeout(); }
www.rferl.org.Services.MembershipService.set_defaultUserContext = function(value) { 
www.rferl.org.Services.MembershipService._staticInstance.set_defaultUserContext(value); }
www.rferl.org.Services.MembershipService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_defaultUserContext(); }
www.rferl.org.Services.MembershipService.set_defaultSucceededCallback = function(value) { 
 www.rferl.org.Services.MembershipService._staticInstance.set_defaultSucceededCallback(value); }
www.rferl.org.Services.MembershipService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_defaultSucceededCallback(); }
www.rferl.org.Services.MembershipService.set_defaultFailedCallback = function(value) { 
www.rferl.org.Services.MembershipService._staticInstance.set_defaultFailedCallback(value); }
www.rferl.org.Services.MembershipService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_defaultFailedCallback(); }
www.rferl.org.Services.MembershipService.set_enableJsonp = function(value) { www.rferl.org.Services.MembershipService._staticInstance.set_enableJsonp(value); }
www.rferl.org.Services.MembershipService.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return www.rferl.org.Services.MembershipService._staticInstance.get_enableJsonp(); }
www.rferl.org.Services.MembershipService.set_jsonpCallbackParameter = function(value) { www.rferl.org.Services.MembershipService._staticInstance.set_jsonpCallbackParameter(value); }
www.rferl.org.Services.MembershipService.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.MembershipService._staticInstance.get_jsonpCallbackParameter(); }
www.rferl.org.Services.MembershipService.set_path("/Services/MembershipService.asmx");
www.rferl.org.Services.MembershipService.GetDisplayName= function(onSuccess,onFailed,userContext) {
/// <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.MembershipService._staticInstance.GetDisplayName(onSuccess,onFailed,userContext); }
www.rferl.org.Services.MembershipService.GetCurrentUserName= function(onSuccess,onFailed,userContext) {
/// <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.MembershipService._staticInstance.GetCurrentUserName(onSuccess,onFailed,userContext); }
www.rferl.org.Services.MembershipService.RateComment= function(forumThreadID,agree,onSuccess,onFailed,userContext) {
/// <param name="forumThreadID" type="Number">System.Int32</param>
/// <param name="agree" type="Boolean">System.Boolean</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.MembershipService._staticInstance.RateComment(forumThreadID,agree,onSuccess,onFailed,userContext); }

