A
Alain Dekker
In circumstances where the Socket.Disconnect method is not available (.NET
1.1 or the Compact Framework 2.0), is it possible to re-used the socket
after calling Shutdown?
If not, is there a PInvoke that can be used to call a lower-level API to
achieve reuse?
My application requires a connection to be made, data sent and then the
connection terminated. The target application is legacy (and cannot be
changed) and simple listens on a single port number for incoming
connections.
Thanks,
Alain
1.1 or the Compact Framework 2.0), is it possible to re-used the socket
after calling Shutdown?
If not, is there a PInvoke that can be used to call a lower-level API to
achieve reuse?
My application requires a connection to be made, data sent and then the
connection terminated. The target application is legacy (and cannot be
changed) and simple listens on a single port number for incoming
connections.
Thanks,
Alain