Changes between Version 2 and Version 3 of maestro/MaestroAPI/basics
- Timestamp:
- 04/06/10 03:13:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/basics
v2 v3 40 40 MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionFactory.CreateHttpConnection(url, sessionID, locale, true); 41 41 }}} 42 Or, using the "generic" but more verbose way: 43 {{{ 44 MaestroAPI.ServerConnectionI connection = MaestroAPI.ConnectionProviderRegistry.CreateConnection("Maestro.Http", "Url=" + url + ";SessionId=" + sessionID + ";Locale=" + locale + ";AllowUntestedVersion=true"); 45 }}} 42 46 43 47 Once you have a connection instance, you can load and save resources: