var ChatUserInfo = { ValidateLoginNew:function(UserName,Passwd,HomeUrl,Ip,callback,context){return new ajax_request(this.url + '?_method=ValidateLoginNew&_session=no','UserName=' + enc(UserName)+ '\r\nPasswd=' + enc(Passwd)+ '\r\nHomeUrl=' + enc(HomeUrl)+ '\r\nIp=' + enc(Ip),callback, context);}, SendEmail:function(strFrom,strTo,strSubject,strMessage,callback,context){return new ajax_request(this.url + '?_method=SendEmail&_session=no','strFrom=' + enc(strFrom)+ '\r\nstrTo=' + enc(strTo)+ '\r\nstrSubject=' + enc(strSubject)+ '\r\nstrMessage=' + enc(strMessage),callback, context);}, GetSignUpDetailstoProceed:function(WebloginId,callback,context){return new ajax_request(this.url + '?_method=GetSignUpDetailstoProceed&_session=no','WebloginId=' + enc(WebloginId),callback, context);}, CreateSession:function(WebLoginId,Ip,callback,context){return new ajax_request(this.url + '?_method=CreateSession&_session=no','WebLoginId=' + enc(WebLoginId)+ '\r\nIp=' + enc(Ip),callback, context);}, UpdateIISSessionId:function(IISSessionId,IISSessionIdASP,strSessionId,callback,context){return new ajax_request(this.url + '?_method=UpdateIISSessionId&_session=no','IISSessionId=' + enc(IISSessionId)+ '\r\nIISSessionIdASP=' + enc(IISSessionIdASP)+ '\r\nstrSessionId=' + enc(strSessionId),callback, context);}, GetNextStep:function(SessionId,username,IP,callback,context){return new ajax_request(this.url + '?_method=GetNextStep&_session=no','SessionId=' + enc(SessionId)+ '\r\nusername=' + enc(username)+ '\r\nIP=' + enc(IP),callback, context);}, CreateWebLoginforChat:function(GatherId,callback,context){return new ajax_request(this.url + '?_method=CreateWebLoginforChat&_session=no','GatherId=' + enc(GatherId),callback, context);}, url:'/ChatSession/csharpwrapper/ChatSession.Presentation.Webforms.ChatUserInfo,ChatSession.ashx' }