HttpChannel
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, a simple question (or not), I want to register more than 1 channel http at the same application. I just want to do something like this: System.Runtime.Remoting.Channels.Http.HttpChannel ch1 = new System.Runtime.Remoting.Channels.Http.HttpChannel(8100); System.Runtime.Remoting.Channels.Http.HttpChannel ch2 = new System.Runtime.Remoting.Channels.Http.HttpChannel(8101); System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(ch1); System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(ch2); Or a way for change the channel name. tks Wender Oliveira .NET Programmer