Type.registerNamespace('Carma.App_Services');
Carma.App_Services.Content=function() {
Carma.App_Services.Content.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Carma.App_Services.Content.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Carma.App_Services.Content._staticInstance.get_path();},
GetVideoContent:function(path,file,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetVideoContent',false,{path:path,file:file},succeededCallback,failedCallback,userContext); }}
Carma.App_Services.Content.registerClass('Carma.App_Services.Content',Sys.Net.WebServiceProxy);
Carma.App_Services.Content._staticInstance = new Carma.App_Services.Content();
Carma.App_Services.Content.set_path = function(value) { Carma.App_Services.Content._staticInstance.set_path(value); }
Carma.App_Services.Content.get_path = function() { return Carma.App_Services.Content._staticInstance.get_path(); }
Carma.App_Services.Content.set_timeout = function(value) { Carma.App_Services.Content._staticInstance.set_timeout(value); }
Carma.App_Services.Content.get_timeout = function() { return Carma.App_Services.Content._staticInstance.get_timeout(); }
Carma.App_Services.Content.set_defaultUserContext = function(value) { Carma.App_Services.Content._staticInstance.set_defaultUserContext(value); }
Carma.App_Services.Content.get_defaultUserContext = function() { return Carma.App_Services.Content._staticInstance.get_defaultUserContext(); }
Carma.App_Services.Content.set_defaultSucceededCallback = function(value) { Carma.App_Services.Content._staticInstance.set_defaultSucceededCallback(value); }
Carma.App_Services.Content.get_defaultSucceededCallback = function() { return Carma.App_Services.Content._staticInstance.get_defaultSucceededCallback(); }
Carma.App_Services.Content.set_defaultFailedCallback = function(value) { Carma.App_Services.Content._staticInstance.set_defaultFailedCallback(value); }
Carma.App_Services.Content.get_defaultFailedCallback = function() { return Carma.App_Services.Content._staticInstance.get_defaultFailedCallback(); }
Carma.App_Services.Content.set_enableJsonp = function(value) { Carma.App_Services.Content._staticInstance.set_enableJsonp(value); }
Carma.App_Services.Content.get_enableJsonp = function() { return Carma.App_Services.Content._staticInstance.get_enableJsonp(); }
Carma.App_Services.Content.set_jsonpCallbackParameter = function(value) { Carma.App_Services.Content._staticInstance.set_jsonpCallbackParameter(value); }
Carma.App_Services.Content.get_jsonpCallbackParameter = function() { return Carma.App_Services.Content._staticInstance.get_jsonpCallbackParameter(); }
Carma.App_Services.Content.set_path("/App_Services/Content.asmx");
Carma.App_Services.Content.GetVideoContent= function(path,file,onSuccess,onFailed,userContext) {Carma.App_Services.Content._staticInstance.GetVideoContent(path,file,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Carma.App_Services.PageDetails) === 'undefined') {
Carma.App_Services.PageDetails=gtc("Carma.App_Services.PageDetails");
Carma.App_Services.PageDetails.registerClass('Carma.App_Services.PageDetails');
}

