check
for certain interfaces ourselves.
From: [email protected]
[mailto:[email protected]] On
Behalf Of Muyal,Tsahi
Sent: Tuesday, October 11, 2011 9:13 AM
To: [email protected]
Subject: [Ironpython-users] .NET
[email protected]
[mailto:[email protected]] On Behalf Of
Muyal,Tsahi
Sent: Tuesday, October 11, 2011 9:13 AM
To: [email protected]
Subject: [Ironpython-users] .NET Remoting and Interface based objects
Hi,
I am trying to call our .NET servic
terfaces ourselves.
From: [email protected]
[mailto:[email protected]] On
Behalf Of Muyal,Tsahi
Sent: Tuesday, October 11, 2011 9:13 AM
To: [email protected]
Subject: [Ironpython-users] .NET Remoting and Interface
w/ the objects when we need to check for certain
interfaces ourselves.
From: [email protected]
[mailto:[email protected]] On Behalf Of
Muyal,Tsahi
Sent: Tuesday, October 11, 2011 9:13 AM
To: [email protected]
S
python.org
Subject: [Ironpython-users] .NET Remoting and Interface based objects
Hi,
I am trying to call our .NET service via remoting using IronPython
I have the transparent proxy object but I don't know how to cast it to the
interfaces (that are implemented by the server side o
Hi,
I am trying to call our .NET service via remoting using IronPython
I have the transparent proxy object but I don't know how to cast it to
the interfaces (that are implemented by the server side object)
I tried IServerInterface.SomeMethod(transparent-proxy-object) but it is
failing with "