public override Sybase.PowerBuilder.PBLong constructor()
		{
			#line hidden
			Sybase.PowerBuilder.PBLong ancestorreturnvalue = Sybase.PowerBuilder.PBLong.DefaultValue;
			#line 2
			m_service =  new PBWebHttp.RestService(new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamEconomy/GetAssetPrices/v0001/?format={aformat}&appid={aappid}&key={akey}"), PBWebHttp.WebMessageFormat.Xml);
			#line hidden
			#line 4
			restconnectionobject =  new PBWebHttp.WebConnection();
			#line hidden
			#line 5
			restconnectionobject.Endpoint = new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamEconomy/GetAssetPrices/v0001/?format={aformat}&appid={aappid}&key={akey}");
			#line hidden
			#line 6
			restconnectionobject.ResponseMessageFormat = PBWebHttp.WebMessageFormat.Xml;
			#line hidden
			return new Sybase.PowerBuilder.PBLong(0);
		}
		public override Sybase.PowerBuilder.PBLong constructor()
		{
			#line hidden
			Sybase.PowerBuilder.PBLong ancestorreturnvalue = Sybase.PowerBuilder.PBLong.DefaultValue;
			#line 2
			m_service =  new PBWebHttp.RestService(new Sybase.PowerBuilder.PBString("http://maps.googleapis.com/maps/api/directions/json?origin=Madrid,%20ES&destination=Barcelona,%20ES&region=es&sensor=false"), PBWebHttp.WebMessageFormat.Json);
			#line hidden
			#line 4
			restconnectionobject =  new PBWebHttp.WebConnection();
			#line hidden
			#line 5
			restconnectionobject.Endpoint = new Sybase.PowerBuilder.PBString("http://maps.googleapis.com/maps/api/directions/json?origin=Madrid,%20ES&destination=Barcelona,%20ES&region=es&sensor=false");
			#line hidden
			#line 6
			restconnectionobject.ResponseMessageFormat = PBWebHttp.WebMessageFormat.Json;
			#line hidden
			return new Sybase.PowerBuilder.PBLong(0);
		}
		public override Sybase.PowerBuilder.PBLong constructor()
		{
			#line hidden
			Sybase.PowerBuilder.PBLong ancestorreturnvalue = Sybase.PowerBuilder.PBLong.DefaultValue;
			#line 2
			m_service =  new PBWebHttp.RestService(new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamOAuth2/getCaptchaGID/v0001/?client_id={aclient_id}"), PBWebHttp.WebMessageFormat.Xml, PBWebHttp.WebMessageFormat.Xml);
			#line hidden
			#line 4
			restconnectionobject =  new PBWebHttp.WebConnection();
			#line hidden
			#line 5
			restconnectionobject.Endpoint = new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamOAuth2/getCaptchaGID/v0001/?client_id={aclient_id}");
			#line hidden
			#line 6
			restconnectionobject.RequestMessageFormat = PBWebHttp.WebMessageFormat.Xml;
			#line hidden
			#line 7
			restconnectionobject.ResponseMessageFormat = PBWebHttp.WebMessageFormat.Xml;
			#line hidden
			return new Sybase.PowerBuilder.PBLong(0);
		}
		public override Sybase.PowerBuilder.PBLong constructor()
		{
			#line hidden
			Sybase.PowerBuilder.PBLong ancestorreturnvalue = Sybase.PowerBuilder.PBLong.DefaultValue;
			#line 2
			m_service =  new PBWebHttp.RestService(new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamApps/GetAppList/v0002/?format={aformat}"), PBWebHttp.WebMessageFormat.Xml);
			#line hidden
			#line 4
			restconnectionobject =  new PBWebHttp.WebConnection();
			#line hidden
			#line 5
			restconnectionobject.Endpoint = new Sybase.PowerBuilder.PBString("http://api.steampowered.com/ISteamApps/GetAppList/v0002/?format={aformat}");
			#line hidden
			#line 6
			restconnectionobject.ResponseMessageFormat = PBWebHttp.WebMessageFormat.Xml;
			#line hidden
			#line 7
			restconnectionobject.MaxMessageLength = (uint)(Sybase.PowerBuilder.PBULong)((new Sybase.PowerBuilder.PBLong(65535)* new Sybase.PowerBuilder.PBLong(65535))* new Sybase.PowerBuilder.PBLong(65535));
			#line hidden
			return new Sybase.PowerBuilder.PBLong(0);
		}