all groups > dotnet remoting > september 2003 >
You're in the

dotnet remoting

group:

How can I determine the objURI of the object being invoked upon?


How can I determine the objURI of the object being invoked upon? Paul Kenny
9/25/2003 7:06:26 AM
dotnet remoting: Hi,
I have created a custom .NET remoting Channel and I would
like to know how I can find the objURI of the object that
is being invoked upon.
I need to get this information whilst processing the
SyncProcessMessage call in my ChannelSink (which inherits
from IClientFormatterSink).
In my remoting channel the same URL can in theory point to
two distinct objects so I was hoping to use the objURI to
determine which object is being invoked upon, however, I
cannot find a way of determining this value during the
processing of a message.
Any help would be appreciated.
Cheers,
Paul
Re: How can I determine the objURI of the object being invoked upon? Joe Robe
9/27/2003 11:57:37 AM
look at RemotingServices.GetObjUri

joe robe

[quoted text, click to view]

AddThis Social Bookmark Button