Tagged Questions
0
votes
2answers
26 views
TCP sockets sr.readline prevents entering data on console?
Below you will find my code. THe thing is, this is supposed to be a "client chat" program so you would be able to send message constantly. However, somehow the app is blocked by console.readline() so ...
0
votes
1answer
35 views
how can I make a socket connection non-locally?
I tried to search for similar questions but I couldn't since I don't know how to pronounce this question.
My server codes for connection is...
server_Listener = new TcpListener(7778);
...
0
votes
2answers
35 views
Interrupt Socket.Accept() with ReadKey() in C# Console App
I wanna to how to interrupt Socket.Accept() in Synchronous Server application with ReadKey(), something like : when i press Esc or Ctr+X key, it will automatically stop the Socket. Based on some ...
0
votes
1answer
13 views
IPC over Socket - Messaging standards
I am implementing IPC over sockets using .NET 2. I am wondering if there is an established best practice for messaging between the client and server (once the connection is established), or if this is ...
1
vote
3answers
66 views
Memory Fragmentation and Garbage Collection in network server apps
Actually i developed an tcp based network server that does a lot of read an write and uses less than zero cpu for its business logic, it acts as bridge between two endpoint.
The network server is ...
0
votes
0answers
74 views
C# Multithreaded tcp client receive
I've been working on writing a client that will connect to a server, send a canned message and vary the response time of the server for a few seconds, then print the server responses in order they are ...
-3
votes
0answers
39 views
Fast data exchange
I need to make a program that reads stock market data in real time and shows it to end users. The basic chain is PC->Server->PC. This means data will first come to me on my local pc, this data will ...
0
votes
0answers
22 views
When will a Socket receive return 0 bytes and when will it throw a SocktException?
Am I correct in saying that a Socket.Receive will throw a SocketException containing a connection reset message when the other side closes the socket. It will return 0 bytes if the other side calls ...
0
votes
0answers
23 views
Silverlight Socket with large amount of data Received
I am developing silverlight App, relying on Sockets, and will need to handle large amount of data.
My question is when calling
socket.ReceiveAsync(e);
when completed, for the first Chunk, should ...
0
votes
0answers
44 views
how to connect 2 clients to each-other through server
Have class ClientInfo which represents every new client connected, and store this into a List<ClientInfo>. Now I want to make the clients chat between each-other through the server (not ...
2
votes
0answers
40 views
Message Broker or ESB?
I have a system that relies on sockets to provide callback capabilities for a gaming system. For failover and scalability, it is possible for a user to be attached to one socket while another user on ...
0
votes
2answers
93 views
C# UDP socket app to listen to messages from various sockets
I have a system monitor app that needs to listen to messages from various UDP sockets on another machine. The other sockets continuously send heartbeats to this given IP/port.
This exception gets ...
0
votes
0answers
26 views
TLS handshake with a smartcard fails randomly
I have a Windows Service which periodically connects to a host using the .NET Socket class. It's a standard TCP/IP Connection using the SMTP protocol.
The Connection is secured with a certificate ...
1
vote
1answer
76 views
How to initialize the Windows socket library without admin rights
I'm writing a program that calls the OpenOffice.org API through .NET. The documentation at http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/Writing_Client_Programs says:
For OOo 3.x ...
0
votes
2answers
31 views
Is HttpWebRequest.Timeout a SendTimeout or a ReceiveTimeout?
I'm guessing that internally HttpWebRequest class is implemented using a System.Net.Sockets.Socket class.
If yes, then what would be the equivalent of setting its Timeout property? Setting its ...
0
votes
1answer
38 views
Socket.Receive does not block until all data is received
Ai!
I'm trying to get a ftp file list and already got a small library which did that. Thing is that the Socket.Receive() function does not block until all data is received. When i set a breakpoint at ...
0
votes
1answer
39 views
Error when sending data over network?
I've made a small program that allows a user to remotely control their home computer from any computer that obviously has a internet connection, but i keep getting this error whenever i try to send a ...
0
votes
0answers
19 views
Always close socket on network error? i.e. An established connection was aborted by the software in your host machine
Is it appropriate to always close the underlying socket when a network/io exception occurs on a connection, such as An established connection was aborted by the software in your host machine? Can ...
1
vote
1answer
49 views
Socket accepting method id like while true
TcpListener tcpserver;
Socket serverSocket = tcpserver.AcceptSocket();
Here 2nd line is like while(true) I mean till it any client gets connected to tcp server
it will not execute any line below ...
1
vote
1answer
86 views
get variable from infinite loop in .net socket
I'm using .NET synchronous socket to send data from a client to server.
I need to get the data from the StartListening() method to use it in the Main() but
the variable data is inside an infinite ...
0
votes
0answers
64 views
.net socket doesn't catch tcp packet
I have a device who send to my computer some tcp packets. I can see this packets with a sniffer.
However, using .Net socket, there isn't connexion from this device.
The sniffer shows me this packet ...
-1
votes
1answer
82 views
replace infinite loop in tcp listner socket c#
I'm using socket listner to recieve data from client.
Is it possible to replace the infinite loop while (true) when the server is listening for connections?
// listen for incoming connections.
...
0
votes
1answer
45 views
Error in send response to Browser with Socket
I am currently writing a simple proxy server that is like interface between my browser (Firefox or chrome) and web server, i set Firefox to send request to specific port (7777) and i listen to this ...
-1
votes
1answer
88 views
How could a software router be created on .NET? [closed]
How could I create a program which transparently forwards connections to new IP addresses/ports?
For example, if somebody connects to the host computer at 111.111.111.111:111, then the program could ...
0
votes
2answers
83 views
UdpClient Exception on async reception only on Windows XP
I've a c# code that works very well in Windows vista/seven, but not on Windows XP.
The problematic part is a "multicast" node, that basically read and send data over a multicast address+port.
The ...
0
votes
1answer
79 views
Best mechanism for high-performance push to .net clients from Java EE server
We've got a system that will consist of a Java EE server (JBoss) that needs to periodically push data to .Net Windows apps (thick clients). Performance is critical - the data will be high-volume and ...
0
votes
1answer
59 views
Socket Server in Windows Service
I have service application which deploys several windows services
static void Main()
{
DebugManager manager = new DebugManager();
ServiceBase[] ServicesToRun;
...
0
votes
0answers
54 views
Convert byte[] to HttpWebResponse
I'm writing tcp worker on raw sockets, which simply exchanges http traffic with server. Using raw sockets is, unfortunately, obligatory.
So far on the output there is a byte[] array that looks this ...
0
votes
0answers
29 views
Socket Transfer in C# running on XP takes way longer than Windows 7?
I'm writing a program that uses TCP sockets extensively. It's very fast on Windows 7. Some of the client machines may be running Windows XP Embedded, so I'm testing the program on XPE. I'm seeing that ...
0
votes
1answer
163 views
C# .NET 4.0/4.5 UDP send issue
I am working on writing a network library in C# and originally had used the .NET 3.5 Framework. I recently decided to switch to .NET 4.5 but started running into an issue with sending UDP packets. ...
0
votes
0answers
55 views
EndReceive SocketException on long-running tcp sockets to embedded C devices
I am using async .NET TCP raw sockets within a C# Windows Forms Application project.
The project is a TCP server that clients connect to. Overall, the sockets perform well. However, I have a ...
-1
votes
2answers
75 views
How can a researcher avoid socket vulnerabilities? [closed]
I need to use C# to have computers communicate across the net. The net says to use sockets.
The net also says that there’s a lot of malicious folks out there who would love to mess up our work given ...
-2
votes
1answer
63 views
Error in writing a multithreaded TCP client [closed]
namespace Client
{
public partial class frmClient : Form
{
public frmClient()
{
InitializeComponent();
}
public static Mutex MuTexLock = new ...
0
votes
1answer
185 views
SocketException connecting to SFTP server: name is valid, but no data of the requested type was found
I am trying to connect my sftp server using SharpSsh library, but I'm getting following error:
System.Net.Sockets.SocketException (0x80004005):
The requested name is valid, but no data of the ...
0
votes
1answer
25 views
Approaching TCP programming with .NET 4.0x
I need to talk to a Samsung cash register SPS 500 that understands custom TCP commands.
I've never done this before and am wondering where to get started using .NET 4.x, are there 3rd party tools ...
0
votes
2answers
168 views
How do I reuse a TCP endpoint address with .Net sockets
I have some client-server socket code that I want to be able to construct and (re)connect to periodically the same endpoint address: localhost:17999
Here is the server:
// Listen for a connection:
...
1
vote
1answer
41 views
Where does the timeout come from when async HttpWebRequests are done in .NET?
For async calls the the request methods of HttpWebRequest, like i.e. BeginGetResponse, the Timeout property is not heeded. Still there seems to be a default timeout for HTTP calls done with this ...
0
votes
1answer
87 views
SocketException When reading part of the available data in Socket
I have a UdpClient sending small datagrams back and forth to another client. I'm trying to pull one datagram at a time out of the Socket's buffer by using
udpClient.Client.Receive(byte[] buffer, int ...
1
vote
1answer
73 views
.NET TCPClient Connection State
Background
I am communicating with a server (that I can't touch, of course) over a TCP connection. The application I am connecting to requires two connections. One as an "I ...
0
votes
2answers
61 views
How can I list all http current connections from host running my program?
I want to list all the http active connections from the host, I'm using the code below, which lists any tcp connections, but I want to find specifically the http ones from this tcp list.
...
0
votes
0answers
55 views
Pros and Cons of preallocating a large byte array for sockets, using the SendAsync/ReceiveAsync paradigm
The way the SendAsync/ReceiveAsync paradigm works is you have SocketAsyncEventArgs objects, which handle the state for an operation. Importantly, this includes a .UserToken object which can be used to ...
5
votes
1answer
338 views
Socket connection reset before I could read the data
I'm having a problem receiving data from a client using .net sockets. The client is communicating with TCP and sending one or two packets before closing the connection immediatly. The reception go ...
2
votes
2answers
273 views
C# <-> Java socket communication
I am making a .NET application which is supposed to communicate with a Java application over the sockets.
Here is the .NET code:
string str = " MSG1234";
TcpClient client = new TcpClient();
...
3
votes
1answer
93 views
How to exchange packets with server in VB.NET?
I'm still completely newbie at vb.net. I apologize for my english.
I want to get a gameserver information from server. Server is using GameSpy protocol. In order to get information, you will have to ...
0
votes
2answers
123 views
SocketException for closing a UDP Socket
I have a library written in C# which I have used it in WP7/iOS/Windows Apps. It works with Mono because I am just using UdpClient and nothing more. Its an open source library to find peers ...
2
votes
1answer
175 views
Assync TCP Server code example analysis
I'm using the following code to create an assyncronous TCP server:
private void SetupServerSocket()
{
var myEndpoint = new IPEndPoint(IPAddress.Any, _port);
_serverSocket = new ...
1
vote
1answer
105 views
Should I open and close sockets per transaction?
I have an async server running a slightly modified version of this MSDN article. This only allows one client to join at a time.
My question is, is it okay for me to open and close the socket for ...
0
votes
0answers
129 views
How to reuse sockets in .net using beginaccept
I am experimenting with socket re-use on an Asynchronous Http Server I am writing, but my although my code recycles the .net part of the socket just fine, netstat shows that NEW socket handles are ...
4
votes
1answer
170 views
My .Net socket handler is missing packets
I’m writing some code in .Net/C# to communicate with some factory equipment over Ethernet. I first assign a handler:
_TCPConn.BeginReceive(
_StateObject.sBuffer, 0, ...
4
votes
2answers
91 views
How to simulate socket connection loss?
In one of our client-server application, we need to test the behavior of application when socket connections are lost due to various reasons. For this test, we need to simulate a program that can ...



