No announcements
Found 1965508 threads
-
1 Votes
[UWP][C#]TCP Socket server using IPEndPoint (UWP)
Here is the possible solution public static IPHostEntry ipHostInfo; SocketAsyncEventArgs AcceptArg, RecieveArg, SendArg; public static ...Answered | 7 Replies | 4603 Views | Created by Reza Neam - Wednesday, April 19, 2017 8:04 AM | Last reply by Breeze Liu - Wednesday, May 10, 2017 12:55 AM -
0 Votes
Questions about sockets.
Within your link, the “listener.Listen(10)” is used to indicate how many pending connections to the Socket are allowed before a server busy error is returned to the connecting ...Answered | 1 Replies | 638 Views | Created by VansFannel - Tuesday, September 27, 2016 9:48 AM | Last reply by Edward8520 - Wednesday, September 28, 2016 5:50 AM -
0 Votes
Question about binding sockets with IPEndPoints
User-460739707 posted HI, You could refer to the following links for more ...Unanswered | 1 Replies | 52 Views | Created by Anonymous - Wednesday, September 18, 2013 4:33 PM | Last reply by Anonymous - Monday, September 23, 2013 3:31 AM -
1 Votes
Receive question about socket
I like when Stephen responds to a socket question.Answered | 7 Replies | 3277 Views | Created by SmallWang - Wednesday, February 10, 2010 4:16 PM | Last reply by JohnGrove - Thursday, February 11, 2010 4:29 AM -
0 Votes
Problems with listening socket with Bind for SNMP app
If you are going to be sending SNMP queries then don't bind to port 162, just send to port 162; or using the Windows SNMP API to send the queries.Answered | 4 Replies | 8195 Views | Created by jaypetch - Sunday, April 12, 2009 8:55 AM | Last reply by jaypetch - Friday, May 1, 2009 9:14 AM -
0 Votes
Socket bind( ) throws; The requested address is not valid in its context RemoteIP:port
I usually use a sniffer like wireshark or fiddler to look and the IP messages which sometimes give more inforation about the problem.Answered | 6 Replies | 9846 Views | Created by Sendilkumarg - Thursday, June 13, 2013 11:32 AM | Last reply by Sendilkumarg - Friday, June 14, 2013 9:48 AM -
0 Votes
binding raw socket to port
The question is whether TDI is getting the correct information.Answered | 6 Replies | 6664 Views | Created by pykd team - Friday, February 17, 2012 12:20 PM | Last reply by pykd team - Monday, February 20, 2012 8:16 AM -
1 Votes
socket creation connection,binding,sendin and receiving using udp in visual studio 2005
Hello, There are many toturials about sockets programming.Answered | 2 Replies | 9961 Views | Created by shaheen begum - Sunday, February 28, 2010 1:36 PM | Last reply by sidhuram - Thursday, August 5, 2010 9:04 AM -
1 Votes
[Socket][UDP][C#] a problem
= 1024, sinceAnswered | 4 Replies | 4657 Views | Created by mad-YuRi - Saturday, January 16, 2010 1:38 AM | Last reply by mad-YuRi - Saturday, January 16, 2010 2:27 AM -
0 Votes
About Socket Programming Sample
Network programming in windows is possible with sockets.Answered | 4 Replies | 1730 Views | Created by Krish Kannaa - Friday, November 29, 2013 4:23 AM | Last reply by Evan Chatter - Monday, December 10, 2018 5:08 AM -
0 Votes
UDP sockets do receive anything.
Hi Joel, The server local IP is 192.168.252.230, so first, I create a sBOOTP socket, which bind to 192.168.252.230, and the port is ...Answered | 15 Replies | 3268 Views | Created by madokapeng - Tuesday, February 11, 2014 8:51 PM | Last reply by madokapeng - Wednesday, February 12, 2014 9:23 PM -
0 Votes
Socket server
For more information about the Socket Class, please visit: http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx If you wanted a sample ...Answered | 6 Replies | 4635 Views | Created by AJ Ravindiran - Saturday, June 20, 2009 2:41 AM | Last reply by liurong luo - Tuesday, June 23, 2009 6:02 AM -
0 Votes
BUG/Problem with WP8 Socket Binding TCP
I don't think its possible to have 2 sockets binding to the same IP/port.Answered | 18 Replies | 3096 Views | Created by digitalSpaghetti - Sunday, March 24, 2013 6:17 AM | Last reply by Mark Chamberlain - MSFT - Thursday, May 23, 2013 2:53 PM -
0 Votes
socket programing access non public member
It should be cast to an IPEndPoint.Answered | 3 Replies | 3394 Views | Created by It_s Meee - Wednesday, March 18, 2009 10:05 AM | Last reply by Aidy Dream - Wednesday, April 22, 2009 10:26 AM -
0 Votes
Send multiple files - Socket
IPEndPoint ipEnd_servidor; Socket sock_Servidor; string fileName=string.Empty; try { ...Answered | 4 Replies | 3250 Views | Created by Aretha Lemos - Thursday, December 14, 2017 6:43 PM | Last reply by Aretha Lemos - Thursday, October 25, 2018 7:58 PM -
0 Votes
questions about multiplayer game: single sign on and socket connection
Some things to think about: How long between turns?Answered | 1 Replies | 2471 Views | Created by kayson - Wednesday, August 22, 2012 1:36 PM | Last reply by James Dailey - MSFT - Friday, August 24, 2012 8:19 PM -
0 Votes
Image Transfer Problem with Sockets
public void SendData(byte[] data) { using (TcpClient client = new TcpClient()) { IPEndPoint serverEndPoint = new ...Answered | 10 Replies | 3469 Views | Created by Scubahunter - Monday, August 17, 2009 2:23 PM | Last reply by Stephen Cleary - Tuesday, August 18, 2009 1:10 PM -
0 Votes
C# slow socket communication
I have a few more questions to add.Answered | 14 Replies | 10586 Views | Created by Alessandro Rimoldi - Tuesday, February 28, 2012 2:17 PM | Last reply by Neddy Ren - Friday, March 2, 2012 3:31 AM -
1 Votes
How to bind data source to web sockets
Hi Sathish As Adrian says it should work, however, as you trying to bind data straight into JSON you might want to convert it to a coded webtest and insert it ...Answered | 2 Replies | 505 Views | Created by devops_sl - Tuesday, June 7, 2016 4:30 PM | Last reply by Ian Holdsworth Automation Test Engineer - Wednesday, June 8, 2016 10:06 AM -
1 Votes
Socket Shutdown Close
Another Question: Should I really need to Shutdown() the socket?Answered | 5 Replies | 5780 Views | Created by Kikeman - Wednesday, April 15, 2009 10:17 PM | Last reply by Reed Copsey, Jr - Thursday, April 16, 2009 6:13 PM - Items 1 to 20 of 1965508 Next ›
No announcements