Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloet authored Jan 1, 2020
1 parent 8f50650 commit a53979d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ When framing a normal message this will be a lot smaller:
| MessageData | 18 + HeaderLength + MessageLength | Message bytes |

## Customization
I've added several classes that can be used to augment how the messageing of your sockets work.
I've added several classes that can be used to augment how the messaging of your sockets work.
### MessageContracts
With MessageContracts you can send custom type of message to a connected socket.
You have to implement the interface IMessageContract and add both the contract to the server and client.
Expand Down Expand Up @@ -82,8 +82,9 @@ To help authenticate connected clients on the server side, whenever a client con
### Server

There are two different options of SimpleSocketListener
| Server | Description|
|--------| -----------|

| Server | Description |
|--------| ------------|
| SimpleSocketListener | The base Listener class. |
| SimpleSocketTcpListener | Server using Async calls without using Ssl. |
| SimpleSocketTcpSslListener | Server using Async calls that uses a Ssl certificate to encrypt incoming & outgoing data.|
Expand Down

0 comments on commit a53979d

Please sign in to comment.