RemotingServices.cs: Implemented some missing methods: IsMethodOverloaded,
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
1 2003-01-24 Lluis Sanchez Gual <lluis@ideary.com>
2
3         * RemotingServices.cs: Implemented some missing methods: IsMethodOverloaded, 
4           SetObjectUriForMarshal, IsOneWay, IsObjectOutOfAppDomain, 
5           IsObjectOutOfContext, GetObjRefForProxy, GetObjectData,
6           GetMethodBaseFromMethodMessage.
7         * TypeInfo.cs: Added.
8         * ObjRef.cs: Implemented serialization and added support for IRemotingTypeInfo.
9
10 2002-12-28 Lluis Sanchez Gual <lluis@ideary.com>
11
12         * SoapServices.cs: Implemented some methods
13
14 2002-12-20 Lluis Sanchez Gual <lluis@ideary.com>
15
16         * ObjRef.cs: Implementation now based on methods of RemotingServices.
17         * RemotingServices.cs: Remoting information now kept in Identity objects.
18           All methods adapted to work with identities.
19           Renamed ExecuteMessage to InternalExecuteMessage. ExecuteMessage should
20           not make a direct call to the object.
21         * Identity.cs: added.
22
23 2002-12-11  Jaime Anguiano Olarra <jaime@gnome.org>
24
25         * RemotingConfiguration.cs: added to the CVS.
26
27 2002-11-29  Jaime Anguiano Olarra <jaime@gnome.org>
28
29         * ObjectHandle.cs: added implementation  for InitializeLifetimeService
30         * method.
31
32
33 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * SoapServices.cs: fix error CS3005.
36
37 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
38
39         * RemotingServices.cs: add an unique app_id string used to generate
40         unique object uris.
41
42         * ObjRef.cs: added serialization support
43
44 2002-08-31  Dietmar Maurer  <dietmar@ximian.com>
45
46         * ObjRef.cs: gather the channel date at creation time.
47
48 2002-08-20  Dietmar Maurer  <dietmar@ximian.com>
49
50         * RemotingServices.cs: Connect impl. 
51
52 2002-08-02  Duncan Mak  <duncan@ximian.com>
53
54         * ActivatedClientTypeEntry.cs:
55         * ActivatedServiceTypeEntry.cs:
56         * WellKnownClientTypeEntry.cs:
57         * WellKnownServiceTypeEntry.cs: Various visibility fixes.
58
59 2002-07-31  Duncan Mak  <duncan@ximian.com>
60
61         * TypeEntry.cs:
62         * ActivatedClientTypeEntry.cs:
63         * ActivatedServiceTypeEntry.cs:
64         * WellKnownClientTypeEntry.cs:
65         * WellKnownServiceTypeEntry.cs: Added all the classes derived from TypeEntry.
66
67         * RemotingException.cs: 
68         * RemotingTimeoutException.cs: 
69         * ServerException.cs: Added missing exceptions.
70
71         * IChannelInfo.cs: 
72         * IEnvoyInfo.cs: 
73         * IRemotingTypeInfo.cs: Added missing interfaces.
74
75 2002-07-24  Duncan Mak  <duncan@ximian.com>
76
77         * LeaseState.cs: Moved to System.Runtime.Remoting.Lifetime.
78
79         * SoapMethodOption.cs: 
80         * SoapOption.cs: Removed and merged into System.Runtime.Remoting.Metadata.SoapOption.
81
82 2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
83
84         * IObjectHandle.cs: New file.
85         * ObjectHandle.cs: implemented constructor and Unwrap.
86
87 2002-01-05  Ravi Pratap  <ravi@ximian.com>
88
89         * ObjRef.cs : Strew the MonoTODO attribute.
90
91 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
92
93         * ObjRef.cs: Include System.Runtime.Serialization
94