View Single Post
  #3 (permalink)  
Old December 20th, 2004, 06:23 AM
nugie73 nugie73 is offline
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to nugie73 Send a message via Yahoo to nugie73
Default

Just change the following line at Server Application:

if (content.IndexOf(".") > -1)

into

if (content.IndexOf("<TheEnd>") > -1)

at method "public static void ReceiveCallback(IAsyncResult ar)"

hope it helps.:)