Release Notes - 3.2.3
Additions
- Added PInvoke libs for wlanapi.dll and wcmapi.dll.
- Added
SOCKET.ToString
overload. - Added implicit IntPtr operator and
CreateFromStructure
method toSOCKADDR
. - Added socket method overload to take uint as protocol.
- Updated methods to use string overload of
CertFindCertificateInStore
Fixes
- Major changes to
SizeT
which could affect anticipated behavior: All conversions to ordinals now look for max value and will return converted value's max value. No more invalid conversions. - Fixed (#109) problem with
SafePSECURITY_DESCRIPTOR
not disposing usingLocalFree
by changing default constructor. - Changed
WSAQUERYSET.dwNameSpace
to NS enum and added constructor to take a namespace. - Changed
WSAQUERYSET2W
strings to be marshaled strings. - BREAKING CHANGE: Fixed spelling of items in
BackgroundCopyCost
- Fixed XML comments