|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to share the socket between .net framework 1.1 and unmanaged codeDear all,
How to share the socket between .net framework 1.1 and unmanaged code? Best regards, Ray Hello, Ray!
RL> How to share the socket between .net framework 1.1 and unmanaged code? Take a look at Socket.Handle property. In the managed world you'll use Socket class and in unmanaged only handle ( Socket.Handle ). Hi,
Thank you. How about share the socket from unmanaged code to managed code? the Socket.Handle problem is readonly. Best regards, Ray Show quote "Vadym Stetsyak" <vady***@ukr.net> wrote in message news:eOhL9qelGHA.1552@TK2MSFTNGP04.phx.gbl... > Hello, Ray! > > RL> How to share the socket between .net framework 1.1 and unmanaged code? > > Take a look at Socket.Handle property. > > In the managed world you'll use Socket class and in unmanaged only handle > ( Socket.Handle ). > > -- > Regards, Vadym Stetsyak > www: http://vadmyst.blogspot.com |
|||||||||||||||||||||||