Home
last modified time | relevance | path

Searched refs:EndAcceptTcpClient (Results 1 – 23 of 23) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DAgnosticListenerTest.cs39 …k = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), listener.EndAcceptTcpClient); in ConnectWithV4_Success()
56 …k = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), listener.EndAcceptTcpClient); in ConnectWithV6_Success()
73 …k = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), listener.EndAcceptTcpClient); in ConnectWithV4AndV6_Success()
85 …k = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), listener.EndAcceptTcpClient); in ConnectWithV4AndV6_Success()
H A DTcpListenerTest.cs92 Assert.Throws<ArgumentNullException>(() => listener.EndAcceptTcpClient(null)); in Accept_Invalid_Throws()
95 …Extensions.Throws<ArgumentException>("asyncResult", () => listener.EndAcceptTcpClient(Task.Complet… in Accept_Invalid_Throws()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Sockets/
H A DTcpListenerTest.cs227 public void EndAcceptTcpClient () in EndAcceptTcpClient() method in MonoTests.System.Net.Sockets.TcpListenerTest
234 listenerSocket.EndAcceptTcpClient (l); in EndAcceptTcpClient()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DTCPListener.cs270 public TcpClient EndAcceptTcpClient(IAsyncResult asyncResult) in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
304 … asyncResult => ((TcpListener)asyncResult.AsyncState).EndAcceptTcpClient(asyncResult), in AcceptTcpClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DTcpListener.platformnotsupported.cs125 public TcpClient EndAcceptTcpClient (IAsyncResult asyncResult) in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DTCPListener.cs318 public TcpClient EndAcceptTcpClient(IAsyncResult asyncResult){ in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
355 … return Task<TcpClient>.Factory.FromAsync(BeginAcceptTcpClient, EndAcceptTcpClient, null); in AcceptTcpClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.NetTcp/
H A DTcpChannelListener.cs198 var client = listener.EndAcceptTcpClient (result); in TcpListenerAcceptedClient()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs578 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8628 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8752 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8626 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8748 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11524 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11174 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs11836 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs11869 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11867 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs11836 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs11836 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11856 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs12159 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs11869 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs12104 …public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw nu… in EndAcceptTcpClient() method in System.Net.Sockets.TcpListener