Re: Similar to WinSock
- From: "ValK" <ValK@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 06:21:02 -0700
Tom,
Thank you for advice.
I reviewed some docs, but didn't find any good examples yet. I really want
to understand how this thing works.
ValK
"Tom Shelton" wrote:
> On 2005-04-26, ValK <ValK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > Hi.
> > Does .NET have something Similar to WinSock ocx?
> > I reviewed System.Net.Sockets. It works good, but I really like event
> > 'DataArrival' that old WinSock have.
>
> Use System.Net.Sockets in Async mode...
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconsockets.asp
>
> Pay attention to the parts about async sockets. Basically, you use
> BeginRead - and when there is data available, it calls an application
> defined callback function.
>
> --
> Tom Shelton [MVP]
>
.
- References:
- Similar to WinSock
- From: ValK
- Re: Similar to WinSock
- From: Tom Shelton
- Similar to WinSock
- Prev by Date: Re: How are things done where you work?
- Next by Date: Re: How are things done where you work?
- Previous by thread: Re: Similar to WinSock
- Next by thread: How to print directly from a UltraGrid (infragistic controls) in
- Index(es):
Relevant Pages
|