jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

Create non-shared SMBConnection for SMBStream #35

Closed wgv-jxiao closed 4 years ago

wgv-jxiao commented 4 years ago

For stream create SMBConnection that is not shared by others. So it won't cause conflict during async read and write.

Jo0 commented 4 years ago

Thanks Jun!