| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- 2002-12-28 Lluis Sanchez Gual <[email protected]>
- * SoapServices.cs: Implemented some methods
- 2002-12-20 Lluis Sanchez Gual <[email protected]>
- * ObjRef.cs: Implementation now based on methods of RemotingServices.
- * RemotingServices.cs: Remoting information now kept in Identity objects.
- All methods adapted to work with identities.
- Renamed ExecuteMessage to InternalExecuteMessage. ExecuteMessage should
- not make a direct call to the object.
- * Identity.cs: added.
- 2002-12-11 Jaime Anguiano Olarra <[email protected]>
- * RemotingConfiguration.cs: added to the CVS.
- 2002-11-29 Jaime Anguiano Olarra <[email protected]>
- * ObjectHandle.cs: added implementation for InitializeLifetimeService
- * method.
- 2002-11-28 Gonzalo Paniagua Javier <[email protected]>
- * SoapServices.cs: fix error CS3005.
- 2002-09-03 Dietmar Maurer <[email protected]>
- * RemotingServices.cs: add an unique app_id string used to generate
- unique object uris.
- * ObjRef.cs: added serialization support
- 2002-08-31 Dietmar Maurer <[email protected]>
- * ObjRef.cs: gather the channel date at creation time.
- 2002-08-20 Dietmar Maurer <[email protected]>
- * RemotingServices.cs: Connect impl.
- 2002-08-02 Duncan Mak <[email protected]>
- * ActivatedClientTypeEntry.cs:
- * ActivatedServiceTypeEntry.cs:
- * WellKnownClientTypeEntry.cs:
- * WellKnownServiceTypeEntry.cs: Various visibility fixes.
- 2002-07-31 Duncan Mak <[email protected]>
- * TypeEntry.cs:
- * ActivatedClientTypeEntry.cs:
- * ActivatedServiceTypeEntry.cs:
- * WellKnownClientTypeEntry.cs:
- * WellKnownServiceTypeEntry.cs: Added all the classes derived from TypeEntry.
- * RemotingException.cs:
- * RemotingTimeoutException.cs:
- * ServerException.cs: Added missing exceptions.
- * IChannelInfo.cs:
- * IEnvoyInfo.cs:
- * IRemotingTypeInfo.cs: Added missing interfaces.
- 2002-07-24 Duncan Mak <[email protected]>
- * LeaseState.cs: Moved to System.Runtime.Remoting.Lifetime.
- * SoapMethodOption.cs:
- * SoapOption.cs: Removed and merged into System.Runtime.Remoting.Metadata.SoapOption.
- 2002-07-09 Gonzalo Paniagua Javier <[email protected]>
- * IObjectHandle.cs: New file.
- * ObjectHandle.cs: implemented constructor and Unwrap.
- 2002-01-05 Ravi Pratap <[email protected]>
- * ObjRef.cs : Strew the MonoTODO attribute.
- 2001-09-02 Miguel de Icaza <[email protected]>
- * ObjRef.cs: Include System.Runtime.Serialization
|