Skip to content

Release Notes - 3.4.11

Compare
Choose a tag to compare
@dahall dahall released this 15 Nov 16:27
· 660 commits to master since this release
37d2a55

Additions

  • Added Vanara.PInvoke.WebSocket assembly
  • Added Vanara.PInvoke.WscApi project for Windows Security Center functions.
  • Added IPPROTO_IPV6 socket options
  • Added Microsoft-specific winsock constructs to Ws2_32
  • Added QOS2 overloads
  • Added ShellFileOperations ctor taking an IFileOperation rather than creating one every time. (#336)
  • Added overloads with more precise params to WinSock2 functions
  • Added supporting macros as properties to IP_PATTERN

Fixes

  • Added definition for CoGetObject that supports BIND_OPTS_V derivatives (#338)
  • Add [Flags] attribute to a couple of enums which require it (#342)
  • Add high resolution flag for waitable timer initialisation (#343)
  • Changed BIND_OPTS2.locale field to LCID type
  • Fix POINTER_INPUT_TYPE missing initial value (#340)
  • Fixed NullReferenceException caused by unsuccessful CredRead call (#344)
  • Fixed problems with SendMessage overloads not passing parameters (#333)
  • Overloadded SetWaitableTimer and SetWaitableTimerEx to accept a long value for the lpDueTime param.