Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.NetTcp/
H A DTcpChannelListener.cs88 TcpClient client = AcceptTcpClient (timeout - (DateTime.UtcNow - start)); in OnAcceptChannel()
110 internal TcpClient AcceptTcpClient (TimeSpan timeout) in AcceptTcpClient() method in System.ServiceModel.Channels.NetTcp.TcpChannelListener
125 …return State == CommunicationState.Opened && timeout > TimeSpan.Zero ? AcceptTcpClient (timeout) :… in AcceptTcpClient()
135 return AcceptTcpClient (timeout - (DateTime.UtcNow - start)); in AcceptTcpClient()
H A DTcpReplyChannel.cs63 client = ((TcpChannelListener<IReplyChannel>) Manager).AcceptTcpClient (timeout); in ReceiveRequest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Sockets/tests/FunctionalTests/
H A DTcpListenerTest.cs85 Assert.Throws<InvalidOperationException>(() => listener.AcceptTcpClient()); in Accept_Invalid_Throws()
117 using (TcpClient c = listener.AcceptTcpClient()) in Accept_AcceptsPendingSocketOrClient()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_wait_for/templates/
H A Dhttp-server.ps115 $client = $listener.AcceptTcpClient()
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_wait_for/templates/
H A Dhttp-server.ps115 $client = $listener.AcceptTcpClient()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/TestResultConsole/
H A DProgram.cs18 TcpClient client = listener.AcceptTcpClient(); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DTcpListener.platformnotsupported.cs76 public TcpClient AcceptTcpClient () in AcceptTcpClient() method in System.Net.Sockets.TcpListener
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTServerSocket.cs128 TcpClient result = server.AcceptTcpClient(); in AcceptImpl()
H A DTTLSServerSocket.cs173 TcpClient client = this.server.AcceptTcpClient(); in AcceptImpl()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Transport/
H A DTServerSocket.cs128 TcpClient result = server.AcceptTcpClient(); in AcceptImpl()
H A DTTLSServerSocket.cs173 TcpClient client = this.server.AcceptTcpClient(); in AcceptImpl()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/csharp/src/Transport/
H A DTServerSocket.cs128 TcpClient result = server.AcceptTcpClient(); in AcceptImpl()
H A DTTLSServerSocket.cs173 TcpClient client = this.server.AcceptTcpClient(); in AcceptImpl()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Store/
H A DLockVerifyServer.cs66 System.Net.Sockets.TcpClient cs = s.AcceptTcpClient(); in Main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DSmtpServer.cs58 using (TcpClient client = _server.AcceptTcpClient()) in Run()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/Tools/TDS/TDS.EndPoint/
H A DTDSServerEndPoint.cs186 TcpClient newConnection = ListenerSocket.AcceptTcpClient(); in _RequestListener()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/examples/
H A DTestServerTcp.cs64 TcpClient client = server.AcceptTcpClient (); in Main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mail/
H A DSmtpServer.cs44 using (TcpClient client = server.AcceptTcpClient ()) { in Run()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Security/
H A DSslStreamTest.cs121 state.ServerClient = state.Listener.AcceptTcpClient (); in StartServerAndAuthenticate()
/dports/irc/smuxi/smuxi-1.1/lib/SmartIrc4net/src/IrcFeatures/
H A DDccChat.cs117 Connection = DccServer.AcceptTcpClient(); in InitWork()
/dports/irc/smartirc4net/smartirc4net-1.1/src/IrcFeatures/
H A DDccChat.cs117 Connection = DccServer.AcceptTcpClient(); in InitWork()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/test/Apache.Arrow.Tests/
H A DArrowStreamWriterTests.cs82 using (TcpClient receiver = listener.AcceptTcpClient()) in CanWriteToNetworkStream()
116 using (TcpClient receiver = listener.AcceptTcpClient()) in CanWriteToNetworkStreamAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Sockets/
H A DTcpListenerTest.cs160 listener.AcceptTcpClient (); in PreStartStatus()
/dports/security/py-pyspnego/pyspnego-0.3.1/tests/data/
H A Dpyspnego.ps11081 $client = $Listener.AcceptTcpClient()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DIpcBroadcast.Tcp.cs169 using(TcpClient tc = tl.AcceptTcpClient()) in TcpThreadProcPriv()

12