tcpclient
TcpClient.Close doesn't close the connection
I have an application that uses TcpClient and TcpListener to communicate over the network. However, when I call TcpClient.Close on the client to disconnect it from the server, the server doesn\'t reac[详细]
2023-02-08 09:05 分类:问答multi client/server chat program in c#?
the clients will be 开发者_StackOverflowable to chat one-to-one and in group (temperately rooms) similar to Skype.[详细]
2023-02-07 22:17 分类:问答SSL Support in .NET Compact Framework 3.5
I have a class that is written for the .NET Compact Framework 3.5 which is nothing more than a wrapper for the System.Net.Sockets.TcpClient class.[详细]
2023-02-07 13:55 分类:问答C# client server application, BinaryReader throws an exception
I\'ve got task to make a server application, which checks if any file on the server (which name must be sent by the client) exists and if it exists to give back a response (message - \"This file exist[详细]
2023-02-07 13:06 分类:问答Android TCP Client in phone has problems in communicating with external server
I have a TCP Client in Android (Java program in Eclipse). The server was another Java app running in Eclipse. Everything works fine in this situation.[详细]
2023-02-06 20:11 分类:问答.net tcp client async model
I need to implement a TCP client that will send data to the server and also receive messages. The com开发者_运维知识库munication model should be asynchronously. Do you have a good example of doing th[详细]
2023-02-06 15:22 分类:问答TCP client in Android phone: run continuously, display image based on message received from server
I have a TCP client running in Android phone. It connects and receives data from a windows application. Once I receive a message, I parse it and I try to display an image. I have to keep checking for[详细]
2023-02-06 13:58 分类:问答TCPClient for a Host Game/Join Game setup
Scenario: Basically I want the user to be able to click host game and it put him in a lobby waiting for others or the user clicks join game and it shows a list of games on th开发者_如何学运维e screen.[详细]
2023-02-06 02:36 分类:问答Is it possible to have non blocking server and blocked I/O client communicate?
I was just wondering, is it possible to开发者_Python百科 have have two sockets that communicate to each other, and one is using blocked I/O and another is using non blocked I/O?This should indeed be p[详细]
2023-02-04 08:03 分类:问答TcpClient bandwidth estimation
I want to create bandwidth estimation tools using TcpClient. The problem im having is, I want to perform measurement in predefined time (instead of predefine buffer data length to transfer). If i use[详细]
2023-01-31 09:03 分类:问答