Re: Where Is It From?

From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 07/20/04


Date: Tue, 20 Jul 2004 09:07:44 +0100

Chan <hifchan@yahoo.com> wrote:
> Tring to use Sockets, following examples from online doc. Got his
> error for
>
> Async_Send_Receive
>
> The type or namespace name 'Async_Send_Receive' could not be found
> (are you missing a using directive or an assembly reference?)
>
> I can not find it anywhere from the library.
>
> Anyone know where is it from?
>
> FYI, here are part of the code:
>
> IPEndPoint ipe = new IPEndPoint(host, 8080);
> Socket newSocket = new Socket(ipe.AddressFamily, SocketType.Stream,
> ProtocolType.Tcp);
> newSocket.BeginConnect(ipe, new
> AsyncCallback(Async_Send_Receive.Connect_Callback), newSocket);

It's not a complete sample. The idea is that you'd provide your own
callback. One of the problems (IMO) with the MSDN examples is that
they're *not* complete. I'd like to see a short but complete app for
every example...

-- 
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Relevant Pages

  • Re: 1/4 inch socket, back nuts (black plastic)
    ... sockets plus nuts. ... I've run out of salvaged ones to replace the missing ... Other thing is to keep an eye on Ebay for bulk packs of sockets ... *Time flies like an arrow. ...
    (sci.electronics.repair)
  • Re: Unable to ping after device name changed Windows CE 6.0
    ... It just initializes the sockets library. ... analog in managed code because the managed sockets stuff would likely ... If indeed this is what I am missing. ... beitman AT applieddata DOT net ...
    (microsoft.public.windowsce.embedded)
  • Re: 1/4 inch socket, back nuts (black plastic)
    ... sockets plus nuts. ... I've run out of salvaged ones to replace the missing ... ones from amps, to be repaired for other reasons than just missing nuts, ... Other thing is to keep an eye on Ebay for bulk packs of sockets ...
    (sci.electronics.repair)
  • Re: 1/4 inch socket, back nuts (black plastic)
    ... sockets plus nuts. ... I've run out of salvaged ones to replace the missing ... ones from amps, to be repaired for other reasons than just missing nuts, ... Other thing is to keep an eye on Ebay for bulk packs of sockets ...
    (sci.electronics.repair)
  • Re: Compiling C code
    ... > It doesn't have to be a GUI application, just the requirement of sockets ... If there're no more messages that missing ... To unsubscribe, ...
    (freebsd-questions)

Loading