M
My interest
Is it possible to determine the remoting settting in runtime from
within the host class?
Assuming I have a class Bar whose listening URI is tcp://localhost:2345/Bar.
This URI is specified in the app.cfg and the remoting configuration is
done using RemotingCOnfiguration.Config(). Is there anyway within the
class Bar to determine the URI(s) it is serving request? i.e. is
there a way to write a String Bar::GetID() function with return
tcp://localhost:2345/Bar
within the host class?
Assuming I have a class Bar whose listening URI is tcp://localhost:2345/Bar.
This URI is specified in the app.cfg and the remoting configuration is
done using RemotingCOnfiguration.Config(). Is there anyway within the
class Bar to determine the URI(s) it is serving request? i.e. is
there a way to write a String Bar::GetID() function with return
tcp://localhost:2345/Bar