tcpclient
JAVA sockets - execute PJL command
In Java, I am trying to connect to a printer(Canon iR5050 PCL6) using Sockets, using the host IP with port as 9010. I want to get the status of the printer using PJL command. I write the PJL command ([详细]
2023-01-20 16:20 分类:问答Twisted threaded tcp client
I am开发者_Python百科 trying to write a simple TCPServer and a client with Twisted python. Everything is working well; but, there is a way to defer some tasks to different threads? For example, is it[详细]
2023-01-20 09:28 分类:问答TcpClient vs MSMQ
I\'m developing an application that will need to communicate with itself running on different machines located in different locations. I was going to use TcpListener and TcpClient to send information[详细]
2023-01-19 04:33 分类:问答Hold TcpClient Connection with WCF
Hallo I need a Tcp connection to a server alive in backgrond and applications will send data with this connection.I searched around and found WCF singleton is apporiate for this task[详细]
2023-01-17 17:06 分类:问答Disconnecting TCPClient and seeing that on the other side
i am trying to disconnect a client from a server but the server still sees it as being connect开发者_Go百科ed. I cant find a solution to this and Shutdown, Disconnect and Close all dont work.[详细]
2023-01-17 14:13 分类:问答Transfering items over NetworkStream causes some data to get clobbered
I am sending a filename(string), filesize(int), and the file(byte[]). What is happening is that in certain cases, depending on how quickly the data gets processed on the server side, the NetworkStream[详细]
2023-01-16 18:25 分类:问答Sending large objects over TCP: "End of Stream encountered before parsing was completed"
I keep getting an SerializationException whenever I try to deserialize a list of doubles from a NetworkStream:[详细]
2023-01-13 14:59 分类:问答BeginReceive / BeginRead timeouts
I\'m us开发者_C百科ing a NetworkStream & TcpClient to asynchronously receive data using BeginRead. I need to apply a time-out to this operation, such that after a specified amount of time the read[详细]
2023-01-11 01:08 分类:问答Proper implementation of C# TCP reconnecting client
开发者_运维知识库I have to write a TCP Client that will have ability to reconnect to server. The server can be unavailable due to poor network connection quality or some maintenance issues. I\'m searc[详细]
2023-01-10 19:22 分类:问答read xml data over tcp
i\'m developing an application that is listening to tcp to get some xml data coming from other devices.[详细]
2023-01-09 08:43 分类:问答