PepperDashCore/Pepperdash Core/Pepperdash Core/Comm
2022-02-10 12:20:39 -07:00
..
CommunicationGather.cs fix(essentials): appends correct delimiter 2022-02-10 12:20:39 -07:00
CommunicationStreamDebugging.cs feat(essentials): #128 Adds ability for CommunicationGather to take multiple delimiters 2022-02-10 10:22:28 -07:00
ControlPropertiesConfig.cs Adds properties for Cec 2018-10-03 17:45:49 -06:00
DynamicTCPServer.cs 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
eControlMethods.cs feat: added SecureTcpIp to eControlMethod enum for plugin. Actual SecureTcpIp client is not currently available. 2021-09-14 15:34:37 -05:00
EventArgs.cs Adds RecivedFromCLientIndexUshort to GenericTcpServerCommMethodRecieveTextArgs 2019-10-02 15:55:17 -04:00
FINISH CommStatic.cs Minor changes to client and gather in response to wharton/portalsync debugging 2017-01-06 13:39:53 -07:00
GenericHttpSseClient.cs Revised debugging in JSONToSimpl classes; added new JsonToSimplPortalFileMaster to read portal system/template files and merge; copied merge code in from Essentials and reworked (note that Essentials does not yet use this merge code); added 'global' object to the top-level objects that are merged 2018-05-23 12:11:20 -06:00
GenericSecureTcpIpClient.cs fix: changed ConnectionChange event and handler to use GenericSocketStatusChangeEventArgs. 2021-09-20 11:12:45 -05:00
GenericSecureTcpIpClient_ForServer.cs Really removes general status debug messages from level 1 to level 2 in Tcp Clients for Server 2019-11-12 17:26:15 -05:00
GenericSecureTcpIpServer.cs Adds logging of the SocketErrorCode when arming WaitForConnectionAsync. 2020-02-22 07:22:10 -05:00
GenericSshClient.cs refactor: fix missing } 2022-02-09 10:07:59 -07:00
GenericTcpIpClient.cs fix: (PepperDash Core) Fix issue with stream debugging and bytes received 2021-07-01 14:00:27 -06:00
GenericTcpIpClient_ForServer.cs Really removes general status debug messages from level 1 to level 2 in Tcp Clients for Server 2019-11-12 17:26:15 -05:00
GenericTcpIpServer.cs ecs-1141: fixed null ref in TCP/Secure TCP server StopListening() 2019-08-16 09:30:36 -06:00
GenericUdpServer.cs Merge branch 'development' into hotfix/udp-server-queue 2021-07-01 14:24:41 -06:00
QscCoreDoubleTcpIpClient.cs feat(PepperDashCore): #114 Adds QscCoreDoubleTcpIpClient 2021-08-24 10:28:46 -06:00
TcpClientConfigObject.cs feat: Created new GenericSecureTcpIpClient from GenericSecureTcpIpClient_ForServer, implementing ISocektStatusWithStreamDebugging. chore: Added JsonProperty decorators to TcpClientConfigObject.cs. 2021-09-14 18:09:34 -05:00
TcpServerConfigObject.cs Added xml doc and some summaries to some of the warnings. There are still 321 warnings for xml doc, but I think its helpful to see what summaries are there in ref'd solutions. 2019-06-13 19:33:39 -07:00