andre.frauenholz@eads.com
August 11th, 2005, 09:07 AM
Hello,
I'm looking to find a example for C# using the IPX protocol. Can someone get me one ?
I'm looking to find a example for C# using the IPX protocol. Can someone get me one ?
|
Click to See Complete Forum and Search --> : IPX and C# andre.frauenholz@eads.com August 11th, 2005, 09:07 AM Hello, I'm looking to find a example for C# using the IPX protocol. Can someone get me one ? MadHatter August 11th, 2005, 09:54 AM using ( Socket s = new Socket(AddressFamily.Ipx, SocketType.Stream, ProtocolType.Ipx) ) { // use your ipx socket here } andre.frauenholz@eads.com August 16th, 2005, 04:02 AM Hello, so far so good but how about geting the bind working - who I'm getting the endpoint for the IPX - form the the socket address. May you have whole example ? MadHatter August 16th, 2005, 08:29 AM I've never used ipx. post the ipx address info (or something similar) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |