No announcements
Found 2936017 threads
-
0 Votes
How make a Async Socket Server compatible to receive binary data and string?
send/receive this bitmap, but belive that still possible receive in same socket (string and binary data). Also ...Answered | 7 Replies | 653 Views | Created by FLASHCODER - Tuesday, October 30, 2018 2:28 PM | Last reply by Captain Kernel - Monday, November 5, 2018 7:53 PM -
0 Votes
Socket. Send and Receive Data
a return (string message can be inside a byte[]) of the server to continue the process ? Whats I need to implement ...Unanswered | 1 Replies | 1177 Views | Created by Seratti - Thursday, August 8, 2013 8:07 PM | Last reply by Mernández - Monday, August 12, 2013 11:29 AM -
0 Votes
Socket Exception With Async End receive
which can produce large ammount of devices and send the data to the server. i am facing the problem if any of the device i close. In the async ...Answered | 1 Replies | 4715 Views | Created by Preetam U Ramdhave - Thursday, May 23, 2013 8:43 AM | Last reply by Haixia_Xie - Friday, May 24, 2013 8:01 AM -
0 Votes
How receive a complete screenshot/text in Async socket?
BeginReceive() function is not receiving the complete data when is sent an image. Then how I can make a kind of "loop" to receive full ...Proposed | 5 Replies | 381 Views | Created by FL4SHC0D3R - Monday, June 24, 2019 7:19 PM | Last reply by FL4SHC0D3R - Tuesday, June 25, 2019 6:00 PM -
2 Votes
Send/Receive Data - Socket
Why don't you just use WCF and socket programming over TCP/IP? You can send and receive XML data easily.Answered | 3 Replies | 2852 Views | Created by sohaib-l - Wednesday, August 20, 2014 2:55 PM | Last reply by sohaib-l - Thursday, August 21, 2014 8:17 AM -
0 Votes
Async Http Listener gets block when doing a Socket Receive
thread, issues another BeginGetContext, then on that new thread it attaches to an available Socket to send and ...Unanswered | 0 Replies | 2874 Views | Created by perf101 - Monday, October 15, 2007 1:58 PM | Last reply by perf101 - Monday, October 15, 2007 1:58 PM -
1 Votes
Strange problems with socket async send/receive
Hi all, I coded a small tcp server/client software implementing the async methods of the socket object. In order to keep track ...Answered | 1 Replies | 1700 Views | Created by Chad 333 - Thursday, January 5, 2012 2:55 PM | Last reply by Patrice Scribe - Thursday, January 5, 2012 7:32 PM -
0 Votes
receiving binary data over socket
Hi all, How should i write a routine to receive binary data on a socket (especially when there are ...Answered | 1 Replies | 7290 Views | Created by ku19832001 - Monday, May 21, 2007 2:43 PM | Last reply by Eliot Flannery - MSFT - Tuesday, May 22, 2007 8:54 PM -
0 Votes
Async Socket Receive Exact amount of data Example?
Hi Im having a bit of a problem working out how to receive an exact amount of data. the reason i ...Proposed | 3 Replies | 1231 Views | Created by Nz tribute - Sunday, March 10, 2013 12:36 AM | Last reply by Christian HL - MSFT - Tuesday, March 12, 2013 2:30 AM -
0 Votes
Receive data on a TCP socket.
connect to server to get data? I just want to create a Socket put the socket open and when the data come get ...Unanswered | 1 Replies | 2682 Views | Created by AdiiS - Friday, April 4, 2008 4:07 AM | Last reply by timvw - Friday, April 4, 2008 5:57 AM -
0 Votes
threads to send receive socket data
I have a thread receive data by Socket so that there is no inter-thread conflict of resources while processing data - this approach serializes the ... -
0 Votes
How to receive binary data using TCP/IP (asynchronous socket programming)
Hi Joel, All lines of the code you posted is error. Please all I need is how to receive the data on the server side. I am not receiving ...Answered | 5 Replies | 11175 Views | Created by Topa 1 - Wednesday, May 8, 2013 4:22 PM | Last reply by Joel Engineer - Thursday, May 9, 2013 4:47 PM -
0 Votes
Web Services migration to Async Socket Server
“subtract(int, int)”, the client can send the following format structure to server (int Command, int parameter1, int parameter2), when the server ...Answered | 2 Replies | 3259 Views | Created by Jorge_Carvalho - Wednesday, September 17, 2008 10:02 AM | Last reply by jack 321 - Friday, September 19, 2008 8:12 AM -
0 Votes
PPL and async socket communication
Hi, I am curious if anyone has attempted to somehow combine the async socket IO with PPL. More specifically if you have a socket ...Answered | 1 Replies | 5951 Views | Created by GT227 - Tuesday, April 26, 2011 2:58 PM | Last reply by Dana Groff - Wednesday, April 27, 2011 9:30 PM -
0 Votes
Async socket initialization and operation
Socket object. If I understand that correctly, I have to call that method before I will be able to receive data from the socketUnanswered | 1 Replies | 3623 Views | Created by MacGyverS2000 - Tuesday, April 15, 2008 1:27 PM | Last reply by MacGyverS2000 - Tuesday, April 15, 2008 5:32 PM -
0 Votes
How to receive binary data using TCP/IP (asynchronous socket programming)
If you are sending binary data you must add a bytre count at the beginning to the data one the client and then remove the byte count on the ...Discussion | 2 Replies | 1063 Views | Created by Topa 1 - Wednesday, May 8, 2013 2:45 PM | Last reply by Christopher84 - Wednesday, May 8, 2013 3:18 PM -
0 Votes
Socket doesn't receive initial data
receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address ...Answered | 8 Replies | 9630 Views | Created by MIG3919 - Tuesday, May 19, 2009 7:51 AM | Last reply by MIG3919 - Wednesday, May 20, 2009 1:03 PM -
0 Votes
How to take Binary Data into String
Hi, Use the below to convert the binary to string and then add select Convert(varchar(64), 0x4665656442656566, ...Answered | 2 Replies | 3755 Views | Created by Thiyahoo - Saturday, January 30, 2010 2:44 PM | Last reply by Thiyahoo - Sunday, January 31, 2010 5:39 AM -
0 Votes
Socket receive not returning all data
large chunks of data, so I suspect a timeout. I am not finding a way to increase the read timeout. I am using Nagle, and ...Answered | 1 Replies | 2084 Views | Created by Ted Warring - Friday, September 18, 2009 8:10 PM | Last reply by Ted Warring - Friday, September 18, 2009 10:04 PM -
0 Votes
Async socket fails to fire receive event handler (ildjarn???)
socket operation" was "a single socket and all associated operations, such as send, receive, etc.". I came across only a ...Answered | 6 Replies | 5088 Views | Created by MacGyverS2000 - Monday, April 21, 2008 3:41 PM | Last reply by MacGyverS2000 - Monday, April 28, 2008 5:53 PM - Items 1 to 20 of 2936017 Next ›
No announcements