When implementing a driver for a networking device that has full TCP/IP capabilities, is it best to leverage the NetworkInterface Class found in the framework, or to just reinvent the wheel and build everything from scratch?
Is there a template for implementing these things? My intent is for full HTTP/1.1 support.