--------------------
Release 2.2 New Features
--------------------
- There were two major changes aimed at curbing a possible leak in the connection pool:
- Disposal of the Transfer object now releases the reference to the datastream, as well as disposing
it. In certain cases, holding this reference may have prohibited release of the HttpWebResponse.
- Moved statistics about the Transfer object into a TransferInfo object. These TransferInfo objects
are now tracked by the ThreeSharpStatistics class, allowing earlier disposal of the Transfer objects.
Note: This may be a breaking change for some client code.
- All collections updated to use generics.
- Added a Request.LoadStreamWithStream method.
- Added an override to Request.LoadStreamWithFile to set content type.