SuperSocket Server Manager Client

SuperSocket Server Manager currently has two types of clients, Silverlight and WPF client client. Both the client code in the source code of "Management" directory, you can then use to compile them.
We also offer online can be directly used Silverlight Client Server Manager:
http://servermanager.supersocket.net/
When you connect from a client SuperSocket server, you need to fill out the following information:

 

Name: uniquely identifies the server on the client;
URI: listening address of the server manager, he is a websocket access address (with "ws: //" or "wss: //" at the beginning, because the server manager service and client communicate via websocket protocol);
User Name: User Name Server Configuration Manager users of child nodes; 
Password: password Server Manager users sub-node configuration; 
When the connection is established, you will see the state SuperSocket server.

 

You can also customize or start a server instance in the Server Manager client:

 

Security Considerations

For security reasons, you can instantiate enable TLS / SSL transport layer encryption for your Server Manager, please read the following documentation to learn how:
Enable Transport Layer Security TLS / SSL in the SuperSocket
When you enable TLS / SSL transport layer encryption on the server side, you need to use safe websocket address to connect to the server:
wss: // ***


 

New features and incompatible changes

Keywords: SuperSocket 1.6, new features, incompatible changes, textEncoding, defaultCulture, process-level isolation, SuperSocket.Agent.exe

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11127334.html