Re: [ADVANCED-DOTNET] Programming With Sockets

2004-03-03 Thread Paul Stevens
alternative socket/stream. -Original Message- From: Shawn A. Van Ness [mailto:[EMAIL PROTECTED] Sent: 03 March 2004 08:37 AM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Programming With Sockets .NET makes this easier than it's ever been... search for NetworkStream, TcpClien

Re: [ADVANCED-DOTNET] Programming With Sockets

2004-03-03 Thread John Elliot
D] >Subject: Re: [ADVANCED-DOTNET] Programming With Sockets > >.NET makes this easier than it's ever been... search for NetworkStream, >TcpClient, and/or TcpListener. Plenty of examples. > >Is there something specific we can help you with? > >-S > >

Re: [ADVANCED-DOTNET] Programming With Sockets

2004-03-03 Thread Shawn A. Van Ness
.NET makes this easier than it's ever been... search for NetworkStream, TcpClient, and/or TcpListener. Plenty of examples. Is there something specific we can help you with? -S === This list is hosted by DevelopMentorĀ® http://www.develop.com Some .NET courses you

[ADVANCED-DOTNET] Programming With Sockets

2004-03-02 Thread Paul Stevens
Does anyone know of a good example/tutorial out there of working with sockets, I need to create/open sockets in my application that will allow native clients to stream data to me. And maybe also allow me to stream data back to the native client