var GetStreets=function() {
GetStreets.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GetStreets.prototype={
GetStreets:function(succeededCallback, failedCallback, userContext) {
return this._invoke(GetStreets.get_path(), 'GetStreets',false,{},succeededCallback,failedCallback,userContext); }}
GetStreets.registerClass('GetStreets',Sys.Net.WebServiceProxy);
GetStreets._staticInstance = new GetStreets();
GetStreets.set_path = function(value) { GetStreets._staticInstance._path = value; }
GetStreets.get_path = function() { return GetStreets._staticInstance._path; }
GetStreets.set_timeout = function(value) { GetStreets._staticInstance._timeout = value; }
GetStreets.get_timeout = function() { return GetStreets._staticInstance._timeout; }
GetStreets.set_defaultUserContext = function(value) { GetStreets._staticInstance._userContext = value; }
GetStreets.get_defaultUserContext = function() { return GetStreets._staticInstance._userContext; }
GetStreets.set_defaultSucceededCallback = function(value) { GetStreets._staticInstance._succeeded = value; }
GetStreets.get_defaultSucceededCallback = function() { return GetStreets._staticInstance._succeeded; }
GetStreets.set_defaultFailedCallback = function(value) { GetStreets._staticInstance._failed = value; }
GetStreets.get_defaultFailedCallback = function() { return GetStreets._staticInstance._failed; }
GetStreets.set_path("/AuditorGIS/GetStreets.asmx");
GetStreets.GetStreets= function(onSuccess,onFailed,userContext) {GetStreets._staticInstance.GetStreets(onSuccess,onFailed,userContext); }

