Lancements de PowerTCP Sockets for .NET

Released: Mar 21, 2023

Mises à jour de V6.1.0.5

Fonctionnalités

  • Improved Microsoft Visual Studio Integration.
  • Support for Microsoft .NET Framework 3.5 has been dropped and a minimum of .NET Framework 4.5 is now required.
  • Licensing has been refactored.

Released: Dec 21, 2022

Mises à jour de PowerTCP Sockets for .NET

Fonctionnalités

  • Added support for Microsoft .NET 7.

Released: May 13, 2022

Mises à jour de PowerTCP Sockets for .NET

Fonctionnalités

  • Added support for Microsoft Visual Studio 2022.

Released: Dec 16, 2020

Mises à jour de V4.5.7.2

Correctifs

  • Fixed a minor compatibility issue so that Dart.Sockets.Standard.dll can be used with .NET 5.0.

Released: Apr 30, 2018

Mises à jour de V4.5.4.0

Fonctionnalités

  • Added support for .NET Standard 2.0 and .NET Core 2.0.
  • New .NET Core 2.0 sample projects, referencing the Dart.Sockets.Standard dll.

Released: Mar 8, 2017

Mises à jour de V4.5.3.0

Fonctionnalités

  • Adds support for Visual Studio 2017.

Released: Oct 18, 2016

Mises à jour de V4.5.2.0

Correctifs

  • An issue where requesting less bytes than what is available when reading asynchronously and using ssl could potentially result in hangs until another socket operation is performed has been resolved.
  • ClientSecurity.TargetHost will now use Session.RemoteEndPoint.HostNameOrAddress if TargetHost is not populated per current documentation.
  • IPv6 Ping reply addresses are now reported correctly.

Released: Jun 12, 2014

Updates in this release

Updates in V4.5

  • Added IPV6 address resolution support to the DNS component.
  • Asynchronous, awaitable method overloads added to the TCP and UDP classes.
  • Improved support for CAS level 2 applications in medium trust environments.

Released: Mar 10, 2011

Updates in this release

Updates in V4.4

  • A new DNS component that enhances what is available in the .NET Framework. Lookup MX records, select the DNS server to use, and specify local endpoint to bind to.
  • Connect methods have been updated to take a serializable Session object as a parameter, facilitating the saving of state information within an application.
  • AuthenticateClient and AuthenticateServer methods have been updated to take a serializable Security object as a parameter.
  • ReadToDelimiter, ReadToCount and ReadToEnd...

Released: Jan 10, 2011

Updates in this release

Updates in V4.3

This release features an innovative, elegant new design, making TCP/IP-based communications easier to work with than ever before. You can implement state-of-the-art multi-threaded operations, create sophisticated high-performance server applications and include SSL for airtight security. Highlights include:

  • Improved Asynchronous Support, which uses fewer resources, is more flexible, and produces code that is easier to maintain
  • Improved Use of .NET Features including generics and...