Releases: rdavisau/sockets-for-pcl
Releases · rdavisau/sockets-for-pcl
v1.2.2
Features:
TcpSocketClient
andTcpSocketListener
now supports setting of the buffer size used when sending data. If unset, this defaults to zero (unbuffered). This also addresses an inconsistency in default buffer sizes between .NET platforms and WinRT platforms. Thanks @xen2TcpSocketListener
now supports os-based/ephemeral port selection. When passing0
to theport
parameter ofStartListeningAsync
, the selection of bound port is deferred to the operating system. You can determine what port was bound by checking theLocalPort
property.