Top "Tcpclient" questions

.NET Framework class, providing client connections for TCP network services.

Multiple Clients on TCPListener C# / Server sending Data

Being a "novice" in C# and C# Network programming I tried to make a simple chat in C# using TCPClient …

c# .net tcpclient tcp-ip tcplistener
High performance asynchronous awaiting sockets

I am writing an app that will require to make hundreds of socket connections over tcp to read/write data. …

c# sockets asynchronous async-await tcpclient
TcpClient Auto-Reconnect

What is the best way to make a Tcpclient auto reconnect to the server when it's disconnected (e.g. by …

c# tcpclient reconnect
BeginReceive / BeginRead timeouts

I'm using a NetworkStream & TcpClient to asynchronously receive data using BeginRead. I need to apply a time-out to this …

asynchronous tcpclient networkstream beginreceive beginread
C# Modbus/tcp - hanging connection

I have written Windows service, which perform Modbus WriteMultipleRegisters function call over TCP using NModbus library to 3-party devices every 10 …

c# tcp tcpclient modbus
Indy TCP - Read data in a loop

A TCP server is sending data frames continuosly every 8ms. I want to program a client able to receive these …

tcp tcpclient indy indy-9
Is it possible to convert between Socket and TcpClient objects?

Here's another C#/.NET question based merely on curiousity more than an immediate need ... If you had a Socket instance …

c# .net sockets tcpclient system.net
How to make AT commands work programatically in arduino for ESP8266 wifi module

I am doing a simple tcp communication from an arduino to raspberry-pi wirelessly with an ESP8266 wifi module on arduino …

tcp tcpclient arduino-uno esp8266 arduino-ide
Node.js: client doesn't die when TCP connection closes

I built a simple TCP server and a simple TCP client in Node.js Now, when the client sends "exit" …

node.js tcpclient
Specify the outgoing IP address to use with TCPClient / Socket in C#

I've a server with several IP Addresses assigned to the network adapter. On that server is a client app to …

c# sockets ip-address tcpclient