V
valentin tihomirov
The SafeFileHandle is an extension of SafeHandle, which requires Close() or
Dispose() after used according to the docs. There are many examples on using
the named pipes in .Net. All the examples expoit
FileStream(CreateFile(PIPE_NAME)). You may look at
http://blog.paranoidferret.com/inde...ss-communication-using-named-pipes-in-csharp/
for one. But none of the examples closes the handle nor the 'using'
directive is used!
Should I?
Dispose() after used according to the docs. There are many examples on using
the named pipes in .Net. All the examples expoit
FileStream(CreateFile(PIPE_NAME)). You may look at
http://blog.paranoidferret.com/inde...ss-communication-using-named-pipes-in-csharp/
for one. But none of the examples closes the handle nor the 'using'
directive is used!
Should I?