Exemplo n.º 1
0
 private static void ClearSmbState()
 {
     try
     {
         SmbTransport.ClearCachedConnections(true);
         SmbFile.Initialize();
     }
     catch { }
 }