зеркало из https://github.com/Azure/DotNetty.git
4dab326ce1
Motivation: DotNetty is already working under .NET Core and full .NET Framework but support for other platforms (like UWP) is missing. It is important to have reach in that space as well. Modifications: - Thread-based functionality is modeled with Tasks (as threads are not part of supported .NET Standard 1.3). - IPlatform / DefaultPlatform are added to abstract platform-dependent functionality not available across the board. - UWP platform implementation is demonstrated in an example along StreamSocket-based Channel. Result: UWP support for DotNetty is easy to implement now. Basics for platform-dependent code are added making further development easier. |
||
---|---|---|
.. | ||
AssemblyInfo.cs | ||
Default.rd.xml |