Home
last modified time | relevance | path

Searched refs:SetTcpKeepAlive (Results 1 – 25 of 25) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/ref/
H A DSystem.Net.ServicePoint.cs30 …public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { throw null; } in SetTcpKeepAlive() method in System.Net.ServicePoint
52 …public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { throw… in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs203 …umentOutOfRangeException>("keepAliveTime", () => ServicePointManager.SetTcpKeepAlive(true, -1, 1)); in InvalidArguments_Throw()
204 …tOutOfRangeException>("keepAliveInterval", () => ServicePointManager.SetTcpKeepAlive(true, 1, -1)); in InvalidArguments_Throw()
215 …nsions.Throws<ArgumentOutOfRangeException>("keepAliveTime", () => sp.SetTcpKeepAlive(true, -1, 1)); in InvalidArguments_Throw()
216 …ns.Throws<ArgumentOutOfRangeException>("keepAliveInterval", () => sp.SetTcpKeepAlive(true, 1, -1)); in InvalidArguments_Throw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net/
H A DServicePointManager.cs318 public static void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePointManager
386 sp.SetTcpKeepAlive (tcp_keepalive, tcp_keepalive_time, tcp_keepalive_interval); in FindServicePoint()
H A DServicePoint.platformnotsupported.cs103 public void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePoint
H A DServicePointManager.platformnotsupported.cs109 public static void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePointManager
H A DServicePoint.cs181 public void SetTcpKeepAlive (bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/src/System/Net/
H A DServicePoint.cs101 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePoint
H A DServicePointManager.cs205 public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DServicePointManager.cs865 public static void SetTcpKeepAlive( in SetTcpKeepAlive() method in System.Net.ServicePointManager
H A DServicePoint.cs866 public void SetTcpKeepAlive( in SetTcpKeepAlive() method in System.Net.ServicePoint
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs6202 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
6230 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs6269 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
6301 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs6200 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
6228 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs6265 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
6297 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs8924 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8951 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs8605 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8632 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs8922 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8948 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs8951 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8979 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs8950 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8978 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs8922 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8948 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs8922 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8948 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs8941 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8969 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs9199 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
9223 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs8951 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
8979 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs9174 public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePoint
9198 … public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { } in SetTcpKeepAlive() method in System.Net.ServicePointManager