Home
last modified time | relevance | path

Searched refs:BeginAcceptTcpClient (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 …Task<TcpClient> acceptTask = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), lis… in ConnectWithV4_Success()
56 …Task<TcpClient> acceptTask = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), lis… in ConnectWithV6_Success()
73 …Task<TcpClient> acceptTask = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), lis… in ConnectWithV4AndV6_Success()
85 …acceptTask = Task.Factory.FromAsync(listener.BeginAcceptTcpClient(null, null), listener.EndAcceptT… in ConnectWithV4AndV6_Success()
H A DTcpListenerTest.cs87 … Assert.Throws<InvalidOperationException>(() => listener.BeginAcceptTcpClient(null, null)); in Accept_Invalid_Throws()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.NetTcp/
H A DTcpChannelListener.cs191 tcp_listener.BeginAcceptTcpClient (TcpListenerAcceptedClient, tcp_listener); in OnOpen()
209 listener.BeginAcceptTcpClient (TcpListenerAcceptedClient, listener); in TcpListenerAcceptedClient()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/
H A DTCPListener.cs256 public IAsyncResult BeginAcceptTcpClient(AsyncCallback callback, object state) in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
303 (callback, state) => ((TcpListener)state).BeginAcceptTcpClient(callback, state), in AcceptTcpClientAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DTcpListener.platformnotsupported.cs115 public IAsyncResult BeginAcceptTcpClient (AsyncCallback callback, object state) in BeginAcceptTcpClient() 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.cs308 public IAsyncResult BeginAcceptTcpClient(AsyncCallback callback, object state) in BeginAcceptTcpClient() 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/Test/System.Net.Sockets/
H A DTcpListenerTest.cs233 listenerSocket.BeginAcceptTcpClient (new AsyncCallback (l => { in EndAcceptTcpClient()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/ref/
H A DSystem.Net.Sockets.cs576 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs8625 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs8749 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs8623 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs8745 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11522 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11172 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() 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.cs11833 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() 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.cs11866 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs11864 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() 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.cs11833 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs11833 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs11853 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() 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.cs12156 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() 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.cs11866 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs12101 …public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { thr… in BeginAcceptTcpClient() method in System.Net.Sockets.TcpListener