Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77191 --- shadow/77191 2006-01-31 14:10:04.000000000 -0500 +++ shadow/77191.tmp.8444 2006-02-01 11:24:15.000000000 -0500 @@ -346,6 +346,13 @@ What if: * The client uses reflection to call a private remote method. * The client calls an interface method which is not overloaded, but which is overloaded (and public) in the remote implementation class. This needs further research. + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-01 11:24 ------- +Q: What if the client uses reflection to call a private remote method? +A: Server throws exception with approx. description "Impossible to +invoke non-public method through remoting". .NET 1.1 did in that way - +I had experience with it. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
