tcpclient
How to improve this TCP code?
There are times that the recByte will fail to receive response even though the server did reply because the server wasn\'t fast enough. Which if happened I use[详细]
2023-03-09 09:47 分类:问答TCPClient not reading the incoming data
I am working on a C# Application which connects to the host over TCP/IP to send and then receive the response using TCPClient Stream.[详细]
2023-03-09 00:20 分类:问答Faster way to communicate using TcpClient?
I\'m writing a client/server application in C#, and it\'s going great. For now, everything works and it\'s all pretty robust. My problem is that I run into some delays when sending packets across the[详细]
2023-03-08 03:48 分类:问答how to send and receive a tcp message to a specific IP/Port in .NET
I\'m trying开发者_运维知识库 to send a message to a specific IP/Port and receive a reply in an ASP.net website, i tried the method describd at the following link but it didn\'t work for me as you can[详细]
2023-03-06 11:59 分类:问答TCP client stream
I\'m comunicationg with a email gateway. That gateway has an specific ip and port. The requests the gateway are JSON formated and the gateway normally responds first whith an proceeding state and the[详细]
2023-03-05 11:05 分类:问答Reconnect TCPClient after interruption
I have multiple 开发者_StackOverflow中文版instances of a client application, connecting to a main application over internet by TcpClient. (Both coded by me). So the connection is made like:[详细]
2023-03-04 14:47 分类:问答Ignoring incoming data in TcpClient / NetworkStream
For communication with some third-party software, I need to establish an unidirectional connection over TCP. My software only needs to send data to the other side and never will read any data.[详细]
2023-03-02 03:13 分类:问答How to catch an exception thrown from an event?
I am porting TCPClient into Silverlight and I see that the BeginConnect can throw a SocketException somehow from the asynchronous process.[详细]
2023-02-26 02:47 分类:问答C# local TCP/IP stack access
I have a Visual C++ programm with a proprietary point-to-point protocol 开发者_JS百科built on top of TCP/IP sockets that allows a set of messages to be flow between a third party software.[详细]
2023-02-25 00:31 分类:问答How to make socket connection over internet?
I\'m making two programs; a \"server\" application (single instance), and a client application (multiple instances), that connects to the server app. There will be continuous (but light) data sent bet[详细]
2023-02-24 10:34 分类:问答