CheshireCaat
c00b48ede0
Improvements for async methods
...
Added CancellationToken with default value to all async methods in TLSharp.Core
Added ConfigureAwait(false) to all async methods in TLSharp.Core
SendRequestAsync replaced to SendAuthenticatedRequestAsync in methods that need auth
Private modifier in SendAuthenticatedRequestAsync changed to internal
Based on PR created by @IaRuslan
2020-04-01 14:59:56 +04:30
Felony
4bd4450028
Fix typo in Receive method declaration
2020-04-01 14:59:56 +04:30
Felony
cf09a50a1c
Free TCP network stream
...
- Use single TCP network stream fore read and write
- Cleanup TCP stream on disposing as microsoft note : https://docs.microsoft.com/en-us/dotnet/api/system.net.sockets.tcpclient.getstream?view=netframework-4.8
2020-04-01 14:59:56 +04:30
Mike
be3965a7bb
Fix Issue #862 ( #863 )
...
Fix connection with IPv4 address. A regression introduced in 3224113e4c .
2020-04-01 14:59:56 +04:30
Nicholas Rodine
4ea9879f0e
Modified TcpClient setup to work with IPv6 addresses, fixing #773 .
2020-04-01 14:59:56 +04:30
Andres G. Aragoneses
3762664c14
Normalize line endings
2018-03-04 00:39:23 +08:00
salarcode
c5187ae12b
Implementing IsConnected
...
Closes #460
2017-04-26 13:18:17 +08:00
Starli0n
48077961ae
Custom TCP hanlder to allow HTTP proxy auth
2017-01-27 10:58:47 +01:00
ahmadali shafiee
504b63a6d7
formatting code (ctrl + k + d)
2016-04-18 15:20:57 +04:30
Ilya Pirozhneko
824ba77e12
Added auto dc switching
2016-01-27 14:02:18 +03:00
ra0o0f
dbe369b26d
change how client receive tcp packets
2016-01-09 14:35:00 +03:30
Ilya Pirozhneko
3bb487a194
TLSharp and Tests
2015-09-28 10:01:17 +08:00