Ludovic Henry
|
078463fa1f
[socket] Reduce handle manipulations in native (#5378)
|
8 years ago |
Ludovic Henry
|
bf3ac1d7fc
[w32handle] Remove use of w32handle for File, Console, Pipe and Socket (#5319)
|
8 years ago |
Ludovic Henry
|
6e23736a07
Revert "[w32handle] Remove use of w32handle for File, Console, Pipe and Socket (#5283)" (#5318)
|
8 years ago |
Ludovic Henry
|
78735091b6
[w32handle] Remove use of w32handle for File, Console, Pipe and Socket (#5283)
|
8 years ago |
Ludovic Henry
|
5b88ecbe0b
[Socket] Fix Socket.BeginConnect to multiple IPAddress (#4960)
|
8 years ago |
Mikayla Hutchinson
|
0db4d85147
Fix RemoteEndpoint with async+DualMode (#4717)
|
8 years ago |
su21
|
463cf3b5c1
less allocation in Socket (#4516)
|
8 years ago |
Alexander Köplinger
|
e0e93f396d
[System] Rename method parameters to match .NET contract
|
8 years ago |
su21
|
53fa02470c
Socket.AddSockets throw exception with meaningful name (#4086)
|
9 years ago |
Kenneth Skovhede
|
1e6c680fa2
[Socket] Fix DuplicateAndClose (#3995)
|
9 years ago |
Sylvan Clebsch
|
0760eeaff0
Remove exception when using SO_REUSEADDR on Linux (#3856)
|
9 years ago |
Marek Safar
|
95b0698304
[System] Clean up some warnings
|
9 years ago |
Marek Safar
|
7f06a0910e
[System] Implements Socket::ConnectAsync. Fixes #44406
|
9 years ago |
Marek Safar
|
c143e55c45
[System] More Socket methods from referencesource
|
9 years ago |
Marek Safar
|
de10cef32c
[System] More Socket pieces from referencesource
|
9 years ago |
Niklas Therning
|
53af53ae59
Make blocking socket calls on Windows interruptible
|
9 years ago |
Niklas Therning
|
b612056c4e
Make blocking socket calls on Windows interruptible
|
9 years ago |
Rolf Bjarne Kvinge
|
e6536dd5e1
[System*] Throw a PlatformNotSupported exception when using the networking stack on watchOS. (#3606)
|
9 years ago |
Ludovic Henry
|
13c15c25fb
[Socket] Use SemaphoreSlim instead of Queue (#3633)
|
9 years ago |
Ludovic Henry
|
c5df7e9669
[referencesource] Import parts of System.Net.Sockets.Socket (#3618)
|
9 years ago |
Alexander Köplinger
|
112631f5c6
[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
|
9 years ago |
Dave Curylo
|
bf58ae6aae
Returning during Send in case of error. Splitting send and receive into separate tasks in test.
|
9 years ago |
Dave Curylo
|
a1b1a7c8db
Send all data to a socket before exit from Socket.Send.
|
9 years ago |
Henric Müller
|
cd40eb318e
Only set NoDelay by default for protocol TCP
|
9 years ago |
Henric Müller
|
f577b619e9
Moving WSAGetLastError calls closer to socket operation (#3450)
|
9 years ago |
Alexander Köplinger
|
c4692001a9
[bcl] Fix method parameter names to match .NET
|
9 years ago |
Ludovic Henry
|
5416358952
[mcs] Remove dead code
|
9 years ago |
Ludovic Henry
|
249daf43de
[mcs] Replace NET_2_1 by MOBILE
|
9 years ago |
Alexander Köplinger
|
3c3ef17376
[bcl] Update to match NETStandard 1.6 members
|
9 years ago |
Marcos Henrich
|
992d27a8e6
[System] Fixes ConnectAsync UnhandledEx
|
9 years ago |