Thread
:
Professional .NET Network Programming
View Single Post
#
3
(
permalink
)
December 20th, 2004, 06:23 AM
nugie73
Registered User
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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.:)
nugie73
View Public Profile
Find all posts by nugie73