var Get_AiYaoHtml=function() {
Get_AiYaoHtml.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Get_AiYaoHtml.prototype={
Html:function(TypeId,Page,succeededCallback, failedCallback, userContext) {
return this._invoke(Get_AiYaoHtml.get_path(), 'Html',false,{TypeId:TypeId,Page:Page},succeededCallback,failedCallback,userContext); }}
Get_AiYaoHtml.registerClass('Get_AiYaoHtml',Sys.Net.WebServiceProxy);
Get_AiYaoHtml._staticInstance = new Get_AiYaoHtml();
Get_AiYaoHtml.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Get_AiYaoHtml._staticInstance._path = value; }
Get_AiYaoHtml.get_path = function() { return Get_AiYaoHtml._staticInstance._path; }
Get_AiYaoHtml.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
Get_AiYaoHtml._staticInstance._timeout = value; }
Get_AiYaoHtml.get_timeout = function() { 
return Get_AiYaoHtml._staticInstance._timeout; }
Get_AiYaoHtml.set_defaultUserContext = function(value) { 
Get_AiYaoHtml._staticInstance._userContext = value; }
Get_AiYaoHtml.get_defaultUserContext = function() { 
return Get_AiYaoHtml._staticInstance._userContext; }
Get_AiYaoHtml.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Get_AiYaoHtml._staticInstance._succeeded = value; }
Get_AiYaoHtml.get_defaultSucceededCallback = function() { 
return Get_AiYaoHtml._staticInstance._succeeded; }
Get_AiYaoHtml.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Get_AiYaoHtml._staticInstance._failed = value; }
Get_AiYaoHtml.get_defaultFailedCallback = function() { 
return Get_AiYaoHtml._staticInstance._failed; }
Get_AiYaoHtml.set_path("/Control/AiYao/Get_AiYaoHtml.asmx");
Get_AiYaoHtml.Html= function(TypeId,Page,onSuccess,onFailed,userContext) {Get_AiYaoHtml._staticInstance.Html(TypeId,Page,onSuccess,onFailed,userContext); }
