Is ChannelServices.RegisterChannel always required?

  • Thread starter Thread starter BSergio via DotNetMonster.com
  • Start date Start date
B

BSergio via DotNetMonster.com

It must be very simple explanation, but i can't find it, please help! I
supposed that prior to publishing object for remoting i have to :
1.create channel.
2.register channel on server.
3.register WellKnownServiceType. This works well.

What i did(just for fun):
1.register WellKnownServiceType.
2.create channel.

I can't understand why it still working? - the created channel was never
registered.

Note: there is no channel entrance in config files.
 
Sergio,

I've tried to wire together various examples that would get this to
work, but I can't. Can you post some example projects which show this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top