tcpclient
How to know if it is memory leak or not if Mem Usage in Task Manager keep increasing
I wrote a small Server class which basically is a TcpListener wrapper and ThreadPool thread spawner. The threads run Server::ProcessMessage() which does some work sending messages to and fro and then[详细]
2023-03-20 03:38 分类:问答C# - TcpClient - Detecting end of stream?
I am trying to interface an ancient network camera to my computer and I am stuck at a very fundamental problem -- detecting the end of stream.[详细]
2023-03-16 18:14 分类:问答C# TcpClient Connect first to connect
We have two or more instances (\"Nodes\") of a program connecting to eachother over TCP. We have implemented it as follows:[详细]
2023-03-15 13:36 分类:问答TcpClient creation seem to be very slow. Can I cache those?
I have program where client peers communicate with each other via TCP-IP. When one client does something he will signal other clients one by one that this happened. Here is a code I use to send data a[详细]
2023-03-14 08:18 分类:问答Microsoft Sync Remote Files?
Basically I have two parts of my application that I need help with. I need to send an ini containing some preferences over a TCPClient socket to a client. How might I do this?[详细]
2023-03-13 18:22 分类:问答TCP client socket, doesn't block on select()
The following code is a test program wriiten to understand the behaviour of select() call in a TCP client program.[详细]
2023-03-11 21:54 分类:问答Reading byte array to type/variable in a simplified way?
I have a TCP socket connection where I get byte array of data which I have to decrypt and then format, so I am looking for a simple way to read this resulted byte array that I can easyly walk thru the[详细]
2023-03-11 17:26 分类:问答network tcp client side connection
i\'m working on a client/server application, and the client must keep listening from data received by the server, even if the client hasn\'t send any requests.I would like to have some information on[详细]
2023-03-10 23:35 分类:问答working of tcpclient sockets in vb.net
I have an application in vb.net which will connect with an hardware device and test its functionality. The hardware device basically spits out data continuosly through ethernet. That is it recieves so[详细]
2023-03-10 09:25 分类:问答Adding send option to vb.net listener
I have the following code which listens and evaluates strings received, but I now need to add the option of sending pre-defined strings back to the source on a button click.[详细]
2023-03-09 14:51 分类:问答