1 / 5

Working With the .NET Message Sample

Working With the .NET Message Sample. SilkPerformer 2009. Start the Message Server. To begin, start the message server: MessageServer.exe. Start MessageServer.exe. Be sure that MessagerServer.exe.config is in the same directory as the .exe.

alaric
Download Presentation

Working With the .NET Message Sample

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Working With the .NET Message Sample SilkPerformer 2009

  2. Start the Message Server • To begin, start the message server: MessageServer.exe. Start MessageServer.exe. Be sure that MessagerServer.exe.config is in the same directory as the .exe. Message server has started. To stop the server, press any key.Watch this console window during the sample test—it logs information about the methods that are called.

  3. Simple Client • The simple client creates two users.Watch the server console window. Start MessageSimpleCient.exe. Be sure that MessageSimpleClient.exe.config is in the same directory as the .exe. Watch the server console: 2 Users will be added; 1 message will be sent.

  4. Connect to either the remoting server or the Web Service. Log in using User2/Pass2. The message sent by the simple client can be seen in the message store. The Win32 client shows you what happened: • User2 logged in and sent a message to User1. • Then User2 logged out. Send a message to User1. Then log out. Win32 Client • This client can either connect directly to the remoting server or to the Web Service.

  5. Login as User1/Pass1. The Web client shows what happened: • User1 logged in and sent a message to User 2. • Then User1 Logged out. Web Client • The Web client uses the Web Service at http://localhost/MessageWebClient/Default.aspx. Log out. This is the message you sent from the Win32 Client. Send a new message to user2.

More Related