Rolf Bjarne Kvinge
|
e6536dd5e1
[System*] Throw a PlatformNotSupported exception when using the networking stack on watchOS. (#3606)
|
9 years ago |
Marek Safar
|
8a7ff203c8
[System] Fixes SendGenericExceedBuffer test
|
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
|
54606e4880
Not reusing sockets in dual mode tests
|
9 years ago |
Rolf Bjarne Kvinge
|
51de6e83eb
[System*] Add category for tests that use API that require BSD sockets.
|
9 years ago |
Marcos Henrich
|
a05bc5465a
[System] Test Unhandled Ex on ConnectAsync
|
9 years ago |
Marcos Henrich
|
0693884580
[System] Fixes socket async exception.
|
9 years ago |
Alexander Köplinger
|
de13dc2532
[System] Raise ArgumentOutOfRangeException for values > 255 in Socket.Ttl setter
|
9 years ago |
Alexander Köplinger
|
3d2ddac37f
[System] Get rid of useless catch-all clauses in SocketTest
|
9 years ago |
Marcos Henrich
|
eddc210ec6
Check e.NativeErrorCode is SocketError.OperationNotSupported.
|
10 years ago |
Marcos Henrich
|
91a6e35c9b
Updated SocketTest.UdpDoubleBind
|
10 years ago |
Marcos Henrich
|
9d3d44013f
[System] Check SocketOptionName.ReuseAddress support.
|
10 years ago |
Alexander Köplinger
|
1303a46521
[System] Fix a few more hardcoded ports in tests
|
10 years ago |
Alexander Köplinger
|
c386c7131d
[System] Fix error in new BeginConnectToIPV4EndPointUsingDualModelSocket test
|
10 years ago |
Ludovic Henry
|
78c758494a
Merge pull request #2420 from stefansedich/master
|
10 years ago |
Sebastien Pouliot
|
8d275a6388
[tests][System][ios] Avoid reflection usage when testing for Xamarin.iOS. Fixes #34133
|
10 years ago |
Stefan Sedich
|
a30b26eeaa
handle automatically mapping IPv4 addresses to IPV6 for dual mode sockets
|
10 years ago |
Alexander Köplinger
|
d3f0e74076
[System] Fix flaky AcceptBlockingStatus test that sometimes failed on OSX
|
10 years ago |
Ludovic Henry
|
b78f3f6f07
[socket] Add test for SocketOptionName.MulticastTimeToLive
|
10 years ago |
Marcos Henrich
|
d4e6109e82
[System] Added icall SupportsPortReuse.
|
10 years ago |
Alexander Köplinger
|
bec4e96e18
[System] Fix SocketTest.SendAsyncFile test to use dynamic port
|
10 years ago |
Marcos Henrich
|
59c72654f2
[System] Updated SocketTest.TcpDoubleBind.
|
10 years ago |
Marcos Henrich
|
66cc0c2949
[System] Test Socket TCP double bind.
|
10 years ago |
Miguel de Icaza
|
53dc56ee39
[Socket] Add DualMode property and adjust to Mono semantics (continuation to #20048)
|
10 years ago |
Ludovic Henry
|
5ed347d0e5
[Socket] Move ReceiveFrom related methods to their region
|
10 years ago |
Alexander Köplinger
|
746650d1b9
[bcl] Remove more NET_2_0 checks from class libs
|
11 years ago |
Marek Safar
|
fb85eae8fc
[system] Fix soctec test to not block indefinitely
|
11 years ago |
Alexander Köplinger
|
48e112d652
[Cleanup] Removed TARGET_JVM
|
11 years ago |
Alex Rønne Petersen
|
dff4b38a95
[System] Add more logging to the BeginConnectMultiple test.
|
11 years ago |