Neil Dorin
|
e86edbd2fb
|
docs(core): Resolves remaining XML comment compiler warnings
|
2022-06-08 14:27:09 -06:00 |
|
Jason DeVito
|
195cf3fe0d
|
fix: changed ConnectionChange event and handler to use GenericSocketStatusChangeEventArgs.
|
2021-09-20 11:12:45 -05:00 |
|
Jason DeVito
|
e8eeda36c1
|
fix: changed SecureTcpClient to private. fix: removed the ConnectionHasHungCallbackDelegate, was unused.
|
2021-09-15 08:01:47 -05:00 |
|
Jason DeVito
|
1d04442625
|
feat: Created new GenericSecureTcpIpClient from GenericSecureTcpIpClient_ForServer, implementing ISocektStatusWithStreamDebugging. chore: Added JsonProperty decorators to TcpClientConfigObject.cs.
|
2021-09-14 18:09:34 -05:00 |
|
Joshua Gutenplan
|
b3203cf961
|
updated the secure and non secure servers and added clients that are meant to be used with our server classes. The clients add the shared key and other stability features when we manage the server.
|
2019-02-18 15:49:45 -08:00 |
|
Joshua Gutenplan
|
1ab627ec3a
|
Changes for pull request: Changed .sln file so that it opens in VS2008 instead of 2015 old file marked old. Two changes to auto reconnect on TCPclient. Line 259 if not disconnect called by user. Line 317 add AutoReconnect to the If statement. Added 3 new class files: GenericSecureTcpIpClient, GenericSecureTcpIpServer, and GenericTcpIpServer. Lastly, I updated the name of the EventArgs.cs to be generic, and added the new class event args to that file.
|
2017-03-18 17:14:42 -07:00 |
|