How Marshal the each Interface on two separate tcp ports channel?
this is very often request, we have application that run as service.
and we need to control it from within the office
on separate port than client connect to get service (for add
security).
for example:
============
I have server (run as windows services) app that have two kind of
service:
interface1: for outside users on 50032 port
interface1: second on 50033 port only for internal use (for
Control Mng on this service)
the two Interface (interface1 & interface2) share same Class
instance.
So I register two channel of tcp (the second one: props("name") =
"tcp2" to avoid error: "already exists"),
But how I can Attach each Marshal to each Port?
some one wrote that need make it on two DomainApp, but how do that
with one Class instance?