-
Notifications
You must be signed in to change notification settings - Fork 0
Changes from 1.2.3 to 1.3.3
Andrej Dobes edited this page Feb 7, 2017
·
4 revisions
- Removed static function "Client Create(string server, int port)".
- Added static function "Task<Client> CreateAsync(string server, int port)".
- Return type of function AcceptClient() has been changed from TcpClient to Task<TcpClient>. Function is still checking for pending communication.
- Removed function "TcpClient AcceptClientBlockWait()".
- Added function "Task<TcpClient> AcceptClientAsync()".
- Added function "void SetPaddingMode(PaddingMode mode)".
- Added property "bool UseOAEPPadding { get; set; }"
- Added support for UAP 10.0
- Added support for NetCoreApp 1.0
- Added support for NetStandard 1.6