PowerTCP Emulation for .NET V4.4 updated

Released: Apr 7, 2011

Updates in this release

Updates in V4.4

  • 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 methods have been updated to throw a new DataException, which provides any data read up to the exception.
  • A KeyPad.Pc option has been added for emulating the PC keypad.
  • Several samples were updated with a Model-View-Controller (MVC) design