Commit Graph

17 Commits

Author SHA1 Message Date
jeff 1bfa2f8ce4 Convert project to .NET 4.8 and add Wrap and Unwrap functionality to Encrypt and Decrypt messages 2023-10-06 09:28:43 -04:00
Kevin Thompson 91f6a680cf Improved code style. 2019-06-16 17:24:43 -04:00
Kevin Thompson 01ad97b272 Removed unused code. 2019-06-16 17:21:14 -04:00
Stefan Ossendorf 923d70195d Nsspi target framework changed to .NetStandard2.0
Nsspi targets now .NetStandard2.0
Other projects now targets .net4 .6.1
Nuspec file removed and nuget file will now be created on each build (new capaibility of VS17 used for that)
Assemblyinfo resieds now within csproj of nsspi project
ReSharpher folder added to gitignore
2019-05-30 14:46:03 +02:00
Kevin Thompson 3b189d2865 Code cleanup
Fixed code style using CodeMaid.
2017-09-24 01:52:45 -04:00
Kevin Thompson e93e20fa7f Added gitignore files
Marked all derived content directories as ignored.
2017-01-20 16:03:59 -05:00
antiduh b65b6c6abe Fixed duplicate using statements. 2014-07-08 19:06:03 +00:00
antiduh 35ace4f24c Couple bug fixes in the client and server code. Gotta remember that TCP sockets may return less data than you ask for; that and the length of the data may be longer than the buffer you give it. 2014-07-08 18:56:52 +00:00
antiduh eee7b16b2c Better client handling when the server connection goes away. 2014-07-08 17:51:24 +00:00
antiduh 6805058de5 Change the project so that it compiles against .Net 4.0 for greater usability. 2014-07-07 19:24:31 +00:00
antiduh 7e5f2a6308 Fixed the demo's CustomServer confusion over Disconnected - it was firing it when a full shutdown occurred, not just when the current client disconnected. Created a second Stopped event to track when the full shutdown actually occurs; still not used by UI. 2014-06-27 21:59:19 +00:00
antiduh c1b7785440 Reorganized the project to put the library one folder down. 2014-06-27 14:38:28 +00:00
antiduh ef8094d9da Fixed server shutdown. 2014-06-26 21:55:51 +00:00
antiduh 6d4fc877ec Slowly trying to make this thing work reliably when restarting the demo. 2014-06-26 21:39:58 +00:00
antiduh 5b3a92ee66 Implemented the server form. Client <-> Server interaction actually works.
Fixed a few bugs in the CustomServer - wasn't configuring the listen socket correctly, doing read/write operations from the wrong socket, etc. Reworked how the CustomConnection class handles serialization.

Added Disconnected events to the sample's CustomConnection and CustomServer classes so the forms could reset state.
2014-06-26 18:00:50 +00:00
antiduh 81ed80a4d0 Fixed namespaces; Working on server-side UI. 2014-06-25 21:49:35 +00:00
antiduh 2e6b847434 Working on a rough demo client/server app. 2014-06-25 21:28:03 +00:00