.NET Framework class, providing client connections for TCP network services.
1
vote
1answer
187 views
.NET Threading issue, TcpClient
My service's thread count is going bonkers.
I create new tcpclient every time a connection is needed. that is handled by taskfactory, with longrunning task flag.
I use 2 concurrent bags and ...
0
votes
2answers
257 views
Storing connected clients?
I am currently learning and working on a Client/Server, and I am having some difficult on how I should store the connections.
Here is some sample code:
while (_isRunning)
{
if ...
1
vote
0answers
163 views
TaskFactory TcpClient [closed]
I have a piece of code that connects to a third party system through TCP.
The application is in fact a windows service.
I use class TCPClient to perform the operation, however, whenever the ...
2
votes
1answer
573 views
HTTP Response GZip Compression
I have a Proxy which handles HTTP Requests.
Now when I get a GZipped HTTP Response, I'm decompressing it like :
MemoryStream ms = new MemoryStream();
if (response.ContentLength > 0)
buffer = ...
0
votes
1answer
245 views
Windows Tool or utility to validate remote TCP / UDP ports are accessible over the network?
I am trying to find somw Windows based tools that can help me validate TCP and UDP connection on remote machines.
My Problem (just one use case):
At work, I manage many clustered servers that I run ...
0
votes
1answer
146 views
Connection to ruby based server
I am developping an application in C# Net framework 2.0.
It is basicly a application with a tcp client class.
the application connects to my server which is a basic ruby tcp server
it stays for 4 ...
0
votes
1answer
328 views
How to gather received buffers in socket programming (TCP/IP) in .net?
I am using the server-client model for communicating with a hardware board using socket programing.
I receive data from board using "read()" method of "NetworkStream" class which reads a buffer with ...
1
vote
1answer
637 views
Network device can be pinged but no tcp connection
I have built a windows service, that connects to a local network device via tcpClient, using an IP and a portnumber. The network device streams out data, that i receive an read. That has been working ...
0
votes
2answers
5k views
TCP\IP client - EHOSTUNREACH (No route to host)
I am a newbie to android app development ,
I am trying to develop a client server TCP/IP application. I have a server running on my pc and the client app is running on the mobile. they both are in ...
0
votes
3answers
115 views
SSL TCP does not work consistently [closed]
For our class project we develop a client-server application. We would like to send Integers to our server, compare them to Enums and take actions accordingly. When we test our application, it seems ...
2
votes
1answer
464 views
index and count must refer to a location within the buffer. parameter name bytes
It throws an index and count must refer to a location within the buffer. parameter name bytes exception when more than 3 clients are connected to to the server & the byte data is declared as a ...
1
vote
2answers
884 views
C# Sockets and Multithreading
I am trying to learn more about sockets and threading in c#.
I have come across a lot of good resources online to help get me started.
The program I made so far, is a simple "man-in-the-middle" ...
3
votes
4answers
2k views
Connecting to TCP Socket from browser using javascript
I have a vb.net application that opens a socket and listens on it.
I need to communicate via this socket to that application using a javascript running on a browser. That is i need to send some data ...
0
votes
1answer
236 views
Synapse TBlockSocket occasionally freezes
I've createdan application which communicates with external device using TCP/IP as a client. I'm using Synapse library (v40) for communication. Sometimes however communication freezes. I managed to ...
2
votes
3answers
136 views
TCP Client Side Issue
I am facing a big issue in TCP client application return in c#. Normal case it's working fine but in some case server send simultaneous response to a particular client, so this case all the ...
0
votes
2answers
136 views
TCP Client Server issue [duplicate]
Possible Duplicate:
TCP Client Side Issue
I am having a big trouble by using c# TCP client and server application. Everything work fine... But in some case, when a TCP server send ...
0
votes
0answers
181 views
Client side stops receiving data from NetworkStream
I have a simple client/server desktop apps pair connected via TcpClient/TcpListener on the same PC. The protocol between the two is very simple but there is a lot of data being sent/received.
I am ...
1
vote
1answer
450 views
C# Connecting two tcp sockets together
I'm not sure if the title is all that informative.
I am trying to find/write a socket server that will accept a connection from the client (telnet) and then on behalf of the connected client, connect ...
0
votes
0answers
54 views
TCP connection deadlocks? ignores/dies?
I cant reproduce this quickly but i know how to reproduce this.
When my client connects to the server and my client idles for a long time (it waits for the server to give it a msg as its subscribed ...
0
votes
1answer
190 views
How do I specify a valid port when testing a client and server socket application?
I'm trying to connect a client to a server test program in C# using Sockets on my local machine. However, I get the "server actively refused the connection" error for every port number I try.
How do ...
0
votes
1answer
331 views
Multithread with TCPclient
I do have a problem with a multithreaded TCPClient application, every Client object has a Thread that recievies and sends messages and a thread that handle the Tasks that should be handled (depending ...
0
votes
1answer
431 views
How to connect to a http proxy via TCP?
I'm trying to figure out how proxy connections work via TCP. I've started by downloading stacksoft library and installing Squid proxy on a remote server.
Now I'm trying to connect to it via c# ...
0
votes
0answers
119 views
When downloading https pages with SslStream, sometimes empty pages are returned
I'm trying to learn how http/https/tcp work by implementing a web client with TcpStream.
To fetch https pages, I'm using SslStream, which is used like this:
tc_s = new TcpClient();
...
0
votes
1answer
245 views
Server sending invalid gzip to TcpClient
I'm trying to learn more about how web and tcp work by implementing web tcp client.
Currently, my web request function looks like this:
public string SendWebRequest(SocketWebRequest request)
...
1
vote
1answer
325 views
How to get page via TcpClient?
I'm trying to send a GET request to a page via TCP stream.
Here's what my code looks like:
public class SocketLevelWebClient
{
public string SendWebRequest(string url, string request)
{
...
2
votes
1answer
208 views
How do i check if TcpClient is connected?
When my client app closes the socket or even terminates my server still thinks its alive. I even check TcpClient.Connected then i see this. I bolded the important part
true if the Client socket ...
0
votes
3answers
895 views
use TcpClient to send request to server
I am asking this question primarily because I do not have some ideas clear. I belive I understand how a webserver works but for some reason I am getting different results than expected.
So basically ...
0
votes
0answers
105 views
C#, Silverlight - Closing TCP connection in a web service
I am trying to close a TcpClient object in my Silverlight application with a web service reference.
I have the logout button in the Silverlight app and its event handler:
private void ...
0
votes
2answers
160 views
Change background color has no effect once screen has been rotated
all I am new to Android and now I am facing a strange problem, the problem in short is
"Receive TCP message and then change background color of GUI has no effect once screen has been rotated."
What ...
1
vote
0answers
87 views
Why are clients connecting so slow?
I am trying to make a program in witch multiply clients will connect to the server. But i have a problem because when i try to connect more than 1 client at the same time, it takes a "long time" to do ...
0
votes
1answer
1k views
How to open port 80 on Mac?
I want to send application logs from mobile device via tcp-socket. I put listener with nc -l -k 80 command in Mac's terminal. But port 80 is closed on Mac. How can I open port 80?
And other question ...
-1
votes
1answer
254 views
C# How to send more than one byte streams using TCPClient?
I'm trying to make Login feature by using TCP Client. I have two forms: Client-side and Server-side.
The Client-side handles user input while Server-side connect to database.
The problem is the ...
7
votes
1answer
2k views
TcpClient vs Socket when dealing with asynchronousy
This is not yet another TcpClient vs Socket.
TcpClient is a wrapper arround the Socket class to ease development, also exposing the underlying Socket.
still ...
On the MSDN library page for ...
0
votes
1answer
120 views
Communicating between WP 7 Application deployed on a emulator and a desktop application
Currently I have a server which uses the TcpListener class to communicate with clients.
I have to test the communication between the Windows Phone client app and the server.
The problem is while ...
0
votes
2answers
495 views
C#: Correctly finishing connection when sending data to WebClient
I need to locally test some code that uses a WebClient object for communicating with an http server. For that purpose, I decided to write an incredibly simplistic mock server that reads some bytes ...
0
votes
1answer
160 views
TcpClient reconnect to an already open connection
I'm working with TcpClient to communicate with a hardware device.
The communication to the device may drop for a period of 30 seconds or so, as part of a testing process. This is fine and sometimes ...
2
votes
1answer
958 views
TcpClient or HttpWebRequest to Apple TV ending after 30 seconds?
I'm working on creating an Library in C# to use the Airplay protocol to send Photos and Video to my Apple TV (Specifically working with Generation 3 but hopefully that should not matter for this).
...
2
votes
1answer
929 views
How to detect a Socket Disconnect in C#
I'm working on a client/server relationship that is meant to push data back and forth for an indeterminate amount of time.
The problem I'm attempting to overcome is on the client side, being that I ...
1
vote
1answer
413 views
Socket connection gets closed for no apparent reason
I am trying to implement Facebook X_FACEBOOK_PLATFORM SASL mechanism so I could integrate Facebook Chat to my application over XMPP.
Here is the code:
var ak = "my app id";
var sk = "access ...
0
votes
2answers
543 views
System.ArgumentException: Destination array was not long enough
I am trying to work with a tcp it service that requires me to send an ID as string. I got the method below from a sample code.
I the problem is when i enter strings with 4 chars numbers like "4000", ...
0
votes
4answers
469 views
NetworkStream doesn't support seek operations
I'm creating simple proxy server but I faced a strange situation, I've following code :
var clientRequestStream = _tcpClient.GetStream();
var requestHeader = clientRequestStream.GetUtf8String();
...
3
votes
1answer
287 views
TcpClient(IPEndPoint localEP), choosing correct localEp?
I'm driving myself crazy.
Microsoft provides an awesome way of binding a local network adaptor and port for a new TCPClient by using the constructor:
TcpClient newClient = new TcpClient(IPEndPoint ...
2
votes
1answer
194 views
TCP/IP connection between IPad and IIS in c#
I want to implement a TCP/IP connection between my IIS and Ipad or Android device. For that I open a port in the IIS that always accept a connection from the device. If a connection is established ...
0
votes
3answers
67 views
TCP connection: received array's size is unexpectedly huge
I'm sending multiple byte arrays with size <500 over TCP. However, on the client side, I sometimes receive arrays with size >2000. Why is this happening?
Below is my code for TCPClient:
...
0
votes
1answer
471 views
Sending picture to TcpClient in VB
I am relatively new to Visual Basic. Currently working on visual studio 2005. I have an application that sends text message to a client (on our domain) using TcpClient in Visual Basic. As far as text ...
-4
votes
1answer
84 views
How to do C# networking ? is there any books related to it? [closed]
HI guys i want try some of my programs in the internet so i need a help right here, is there any kind of book that can help me in this regard. If anyone know please write the name of the book along ...
0
votes
2answers
659 views
Bypass the proxy using TcpClient
I'm trying to write a local proxy application. I know how proxy applications work in theory.
I've done everything related to handle incoming connections. But the problem is how should I send request ...
0
votes
2answers
267 views
C# Do we need to close TCPClient by using TCPClient.Close if it is no more used?
I'm making a program which sends data to many TCP listeners. If one of the TCP Sending channel is no more used, do we need to close it using TCPClient.close. What happens if we leave it open?
Thanks!
...
0
votes
2answers
171 views
binding a client to a local port
I am trying to configure my TCP client to use a specific local port to connect to another TCP server.
I am using the code below but it doesnt' work.
Do you know what I am doing wrong and if this is ...
2
votes
1answer
99 views
C# TCPClient How to get bad address/offline server to fail faster
I am trying to figure out how to give better feedback to the user when my client software fails to connect to a remote server. I think there are a couple of scenarios that I would like to ...


