question

Mantra-1363 avatar image
0 Votes"
Mantra-1363 asked TimonYang-MSFT commented

HttpChannel im Server

  class Program
     {
         static void Main(string[] args)
         {
             HttpChannel channel = new HttpChannel(8090);
             ChannelServices.RegisterChannel(channel, false);
             RemotingConfiguration.RegisterWellKnownServiceType(typeof(CatDao), "CatDao.soap", WellKnownObjectMode.Singleton);
             Console.ReadLine();
                
         }
     }
dotnet-csharp
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Mantra-1363
What's wrong with this code?
Is this talking about the same issue as your other thread?
If so, please put them together so that members can quickly analyze your problem.

0 Votes 0 ·

@Mantra-1363
Do you still have this problem?
If so, could you please share more detailed information?

0 Votes 0 ·

0 Answers