PC Review


Reply
Thread Tools Rate Thread

Data received on socket

 
 
=?Utf-8?B?Um90ZW05MjU=?=
Guest
Posts: n/a
 
      24th Feb 2005
Im using socket object, and im sending data from first socket to the other,
How can i know when the other socket has recevied my Data ?

Thanx,
--
Rotem
Software & Management Engineer
 
Reply With Quote
 
 
 
 
89fsg987g@dskjfkdsfj.com
Guest
Posts: n/a
 
      24th Feb 2005
use the socket.available property to see if data is available to be read
before calling the read method.
 
Reply With Quote
 
=?Utf-8?B?Um90ZW05MjU=?=
Guest
Posts: n/a
 
      25th Feb 2005
i didnt ask for that
But ill explain again

socket number 1 sends data to socket number 2
how does socket number 1 knows WHEN socket number 2 received his data

"(E-Mail Removed)" wrote:

> use the socket.available property to see if data is available to be read
> before calling the read method.
>

 
Reply With Quote
 
Alexander Shirshov
Guest
Posts: n/a
 
      25th Feb 2005
> how does socket number 1 knows WHEN socket number 2 received his data

When socket 2 sends back the confirmation.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Socket call back that received packet data gets 0 byte packets Zytan Microsoft C# .NET 2 24th Apr 2007 01:46 AM
Can I map the data received from a socket directly to a structure in VB.NET Uma - Chellasoft Microsoft VB .NET 10 27th Jul 2006 09:33 AM
How to tell when the socket has received all the data? =?Utf-8?B?REpUTg==?= Microsoft Dot NET 3 6th May 2005 04:42 PM
Server socket problem.. client sees connection close before all data received CHRISM Microsoft VB .NET 1 12th Nov 2004 02:42 PM
Problems with data received thru socket Jesper Stocholm Microsoft C# .NET 0 22nd Sep 2003 02:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:19 AM.